mirror of
https://github.com/frontendnetwork/vegancheck.me
synced 2024-11-10 06:24:13 +00:00
Merge pull request #687 from frontendnetwork/staging
ci: Adjusted to terraform deployment
This commit is contained in:
commit
4a9fce7b11
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue