retesting

This commit is contained in:
Alexis Bruneteau 2025-05-31 17:44:22 +02:00
parent 00f4158d57
commit 225c0654cc

View File

@ -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