ensure new images are pulled upon redeployment

This commit is contained in:
Remy Moll 2024-09-22 15:13:32 +02:00
parent f71aab22dc
commit eaa2334942

View File

@ -32,3 +32,4 @@ jobs:
- name: Deploy to k8s
run: |
kubectl apply -k backend/deployment/overlays/${{ inputs.overlay }} --kubeconfig=kubeconfig
kubectl -n anyway-backend rollout restart deployment/anyway-backend-${{ inputs.overlay }}