retesting

This commit is contained in:
Alexis Bruneteau 2025-05-31 17:41:54 +02:00
parent f2c2b55cb1
commit 00f4158d57

View File

@ -63,5 +63,13 @@ jobs:
- name: Deploy to k3s
env:
KUBECONFIG: ~/.kube/config
run: |
kubectl apply -k deploy/k3s/ --kubeconfig ~/.kube/config
kubectl apply -k deploy/k3s/
kubectl set image deployment/hosting-frontend \
hosting-frontend=${{ secrets.REGISTRY_URL }}/hosting-frontend:${{ github.sha }} \
-n hosting-frontend
kubectl rollout status deployment/hosting-frontend -n hosting-frontend