tag
This commit is contained in:
parent
0643d4fb08
commit
6f76ba2f6e
@ -54,6 +54,13 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cat ~/.kube/config
|
cat ~/.kube/config
|
||||||
|
|
||||||
|
- name: Validate kubeconfig
|
||||||
|
run: |
|
||||||
|
if ! kubectl version --client && kubectl cluster-info; then
|
||||||
|
echo "❌ Failed to connect to cluster"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
- name: Create ConfigMap for app files
|
- name: Create ConfigMap for app files
|
||||||
run: |
|
run: |
|
||||||
kubectl create configmap hosting-frontend-files \
|
kubectl create configmap hosting-frontend-files \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user