Skip to content

Commit

Permalink
updated gcloud run deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
nerfZael committed Jun 7, 2024
1 parent d30e243 commit d240d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.prod-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
echo "SUPABASE_URL=${{ secrets.PROD_SUPABASE_URL }}" >> .deploy.env
- name: 'deploy'
run: 'gcloud run deploy sample --port 80 --source .'
run: 'gcloud run deploy sample --port 80 --source . --service-account=${{ secrets.PROD_GOOGLE_SA }} --region=us-east1 --allow-unauthenticated'

0 comments on commit d240d0f

Please sign in to comment.