Skip to content

Commit

Permalink
fix(ci): add missing flag to cloud run deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Jun 6, 2023
1 parent 0b3d01e commit 0961878
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
--min-instances=0
--max-instances=5
--timeout=60
--allow-unauthenticated
env-vars: WEB_API_KEY=${{ secrets.WEB_API_KEY }}

deploy-prod:
Expand Down Expand Up @@ -86,6 +87,7 @@ jobs:
--memory=128Mi
--min-instances=1
--timeout=60
--allow-unauthenticated
env-vars: WEB_API_KEY=${{ secrets.WEB_API_KEY }}
service-now-instance: ${{ secrets.SN_INSTANCE }}
service-now-table: ${{ secrets.SN_TABLE }}
Expand Down

0 comments on commit 0961878

Please sign in to comment.