Skip to content

Commit

Permalink
fix: signup issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kennedykori committed Sep 2, 2021
1 parent f2f4476 commit e2b3ed4
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',
'--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',
'--min-instances', '1',
'--max-instances', '8',
'--memory', '512M',
Expand Down

0 comments on commit e2b3ed4

Please sign in to comment.