From 3154c7f879cc57cb19fcd23c3f939590808cabf8 Mon Sep 17 00:00:00 2001 From: Anthony Volk Date: Mon, 22 Jan 2024 21:11:42 +0200 Subject: [PATCH] fix: Properly update GCP service account address --- Makefile | 2 +- changelog_entry.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1e4ebaf..4567044 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ deploy: python gcp/export.py gcloud config set app/cloud_build_timeout 1800 cp gcp/policyengine_household_api/* . - y | gcloud app deploy --service-account=github-deployment@policyengine-api-light.iam.gserviceaccount.com + y | gcloud app deploy --service-account=github-deployment@policyengine-household-api.iam.gserviceaccount.com rm app.yaml rm Dockerfile rm .gac.json diff --git a/changelog_entry.yaml b/changelog_entry.yaml index e69de29..e0d4173 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -0,0 +1,4 @@ +- bump: patch + changes: + changed: + - Properly updated GCP service account address \ No newline at end of file