retesting
This commit is contained in:
parent
00f4158d57
commit
225c0654cc
@ -63,13 +63,9 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
- name: Deploy to k3s
|
- name: Deploy to k3s
|
||||||
env:
|
|
||||||
KUBECONFIG: ~/.kube/config
|
|
||||||
run: |
|
run: |
|
||||||
kubectl apply -k deploy/k3s/
|
kubectl apply -k deploy/k3s/ --kubeconfig ~/.kube/config
|
||||||
|
|
||||||
kubectl set image deployment/hosting-frontend \
|
kubectl set image deployment/hosting-frontend \
|
||||||
hosting-frontend=${{ secrets.REGISTRY_URL }}/hosting-frontend:${{ github.sha }} \
|
hosting-frontend=${{ secrets.REGISTRY_URL }}/hosting-frontend:${{ github.sha }} \
|
||||||
-n hosting-frontend
|
-n hosting-frontend --kubeconfig ~/.kube/config
|
||||||
|
kubectl rollout status deployment/hosting-frontend -n hosting-frontend --kubeconfig ~/.kube/config
|
||||||
kubectl rollout status deployment/hosting-frontend -n hosting-frontend
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user