Skip to content

Commit

Permalink
Update deploy_beta_staging.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderBrevig authored Nov 16, 2023
1 parent 583a656 commit 2fe73ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_beta_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:

- name: "Project who?"
run: |
echo $PROJECT_ID
echo $PROJECT_ID > tmp.txt
cat tmp.txt
gcloud auth list
- name: "Build container image"
run: "gcloud builds submit . --substitutions _ENV=dev,COMMIT_SHA=$GITHUB_SHA"
Expand Down

0 comments on commit 2fe73ae

Please sign in to comment.