Skip to content

Commit

Permalink
only deploy to gcp on staging
Browse files Browse the repository at this point in the history
  • Loading branch information
chribjel committed Nov 28, 2024
1 parent 71cc8df commit 81a4639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-backend-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
- compose.yaml
- README**
branches:
- main
- staging

env:
REGION: europe-north1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-frontend-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
- compose.yaml
- README**
branches:
- main
- staging

env:
PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }}
Expand Down

0 comments on commit 81a4639

Please sign in to comment.