Skip to content

Commit

Permalink
Still need to fill the bucket but important to set project number
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter York committed Oct 22, 2024
1 parent fefb268 commit 0337872
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_public_appengine_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
uses: google-github-actions/deploy-appengine@v1
with:
project_id: ${{ vars.PROJECT_ID }}
deliverables: backend/app_dev.yaml
deliverables: backend/app_dev_public.yaml
4 changes: 4 additions & 0 deletions backend/app_dev_public.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
runtime: nodejs18
env_variables:
GCS_BUCKET: "dft-rlg-atip-dev"
PROJECT_NUMBER: "237643263862"

0 comments on commit 0337872

Please sign in to comment.