From 033787256043eb20ffd0fff0dcf4fcb6195e8098 Mon Sep 17 00:00:00 2001 From: Peter York Date: Tue, 22 Oct 2024 09:58:54 +0100 Subject: [PATCH] Still need to fill the bucket but important to set project number --- .github/workflows/deploy_public_appengine_dev.yml | 2 +- backend/app_dev_public.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 backend/app_dev_public.yaml diff --git a/.github/workflows/deploy_public_appengine_dev.yml b/.github/workflows/deploy_public_appengine_dev.yml index a2143b307..1c8c99328 100644 --- a/.github/workflows/deploy_public_appengine_dev.yml +++ b/.github/workflows/deploy_public_appengine_dev.yml @@ -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 diff --git a/backend/app_dev_public.yaml b/backend/app_dev_public.yaml new file mode 100644 index 000000000..15cd3d5f1 --- /dev/null +++ b/backend/app_dev_public.yaml @@ -0,0 +1,4 @@ +runtime: nodejs18 +env_variables: + GCS_BUCKET: "dft-rlg-atip-dev" + PROJECT_NUMBER: "237643263862"