We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 372bbf9 commit 14d02b0Copy full SHA for 14d02b0
.github/workflows/main.yml
@@ -75,7 +75,7 @@ jobs:
75
VAR: image=${{ needs.build-and-push.outputs.image }}
76
77
deploy-dev-gcp:
78
- name: Deploy to preprod
+ name: Deploy to dev-gcp
79
needs: build-and-push
80
if: github.ref == 'refs/heads/dev'
81
runs-on: ubuntu-latest
0 commit comments