Skip to content

Commit

Permalink
fix: Update GCP service account name
Browse files Browse the repository at this point in the history
  • Loading branch information
anth-volk committed Jan 22, 2024
1 parent 092edfd commit b5bff6e
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 b5bff6e

Please sign in to comment.