Skip to content

Commit

Permalink
chore(ci/cd): add project_id to deploy workflow (#1188)
Browse files Browse the repository at this point in the history
  • Loading branch information
lindtvedtsebastian authored Aug 30, 2023
1 parent eb4fd42 commit 9983b94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_beta_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
uses: 'google-github-actions/setup-gcloud@v1'
with:
version: '>= 363.0.0'
project_id: "${{ secrets.BETA_STAGING_ID }}"

- name: 'Build container image'
run: 'gcloud builds submit --tag eu.gcr.io/$PROJECT_ID/$PROJECT_ID:$GITHUB_SHA'
Expand Down

0 comments on commit 9983b94

Please sign in to comment.