Skip to content

Commit

Permalink
Merge pull request #15 from jenish-jain/gcp-cost-reduction
Browse files Browse the repository at this point in the history
ISSUE-9 | setting env as production|<Jenish>
  • Loading branch information
jenish-jain authored Jan 6, 2024
2 parents 0eb60b1 + e43a97c commit 943ad40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/google-cloudrun-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ env:

jobs:
deploy:
environment: production
# Add 'id-token' with the intended permissions for workload identity federation
permissions:
contents: 'read'
Expand Down Expand Up @@ -92,7 +93,6 @@ jobs:
id: deploy
uses: google-github-actions/deploy-cloudrun@v2
with:
environment: production
service: ${{ env.SERVICE }}
region: ${{ env.REGION }}
env_vars: |
Expand Down

0 comments on commit 943ad40

Please sign in to comment.