Skip to content

Commit

Permalink
fix region
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellcassius committed Jul 27, 2023
1 parent f358d28 commit 2669afd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
env:
PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }}
SERVICE: emd-desafio-devops-caio
REGION: us-central1-c
REGION: us-central1

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd_stag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- release/*
env:
SERVICE: emd-desafio-devops-caio-staging
REGION: us-central1-c
REGION: us-central1

jobs:
deploy:
Expand Down

0 comments on commit 2669afd

Please sign in to comment.