Skip to content

Commit

Permalink
Merge pull request #62 from PolicyEngine/fix/fix_gcp_address
Browse files Browse the repository at this point in the history
Properly update GCP service account address
  • Loading branch information
anth-volk authored Jan 22, 2024
2 parents 4095f02 + 3154c7f commit 487edb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- bump: patch
changes:
changed:
- Properly updated GCP service account address

0 comments on commit 487edb9

Please sign in to comment.