Merge pull request #687 from frontendnetwork/staging

ci: Adjusted to terraform deployment
This commit is contained in:
Philip Jake 2024-04-20 21:51:49 +02:00 committed by GitHub
commit 4a9fce7b11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -76,7 +76,7 @@ jobs:
- name: Restart Kubernetes Pod
run: |
kubectl rollout restart deployment/veganify-deployment -n veganify
kubectl rollout restart deployment/veganify-frontend -n veganify
build-and-push-staging:
if: github.ref == 'refs/heads/staging'