Skip to content

Commit

Permalink
fix: cloudbuild config
Browse files Browse the repository at this point in the history
  • Loading branch information
kennedykori committed Sep 2, 2021
1 parent ed1273f commit 89f2fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ steps:
'--platform', 'managed',
'--allow-unauthenticated',
'--add-cloudsql-instances', '${_CLOUDSQL_INSTANCE_CONNECTION_NAME}',
'--set-env-vars', 'GOOGLE_CLOUD_PROJECT=$PROJECT_ID,SETTINGS_NAME=mle_django_settings,DJANGO_SETTINGS_MODULE=config.settings.production,DEFAULT_ORG_ID=$DEFAULT_ORG_ID',
'--set-env-vars', 'GOOGLE_CLOUD_PROJECT=$PROJECT_ID,SETTINGS_NAME=mle_django_settings,DJANGO_SETTINGS_MODULE=config.settings.production,DEFAULT_ORG_ID=99edd1b5-1ff2-49f4-8b0e-261c78909695',
'--min-instances', '1',
'--max-instances', '8',
'--memory', '512M',
Expand Down

0 comments on commit 89f2fae

Please sign in to comment.