Skip to content

Commit

Permalink
Merge pull request #55 from PolicyEngine/fix/fix_gcp_name
Browse files Browse the repository at this point in the history
Update GCP service account name
  • Loading branch information
anth-volk authored Jan 22, 2024
2 parents 092edfd + b5bff6e commit 8c0fa4e
Showing 1 changed file with 1 addition 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

0 comments on commit 8c0fa4e

Please sign in to comment.