Skip to content

Commit

Permalink
move cloud sql init to start of app.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
samwachspress committed May 13, 2021
1 parent 9d73aea commit 4568d55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
beta_settings:
cloud_sql_instances: andersen-lab:us-central1:cendr

runtime: custom
service: dev
env: flex
entrypoint: gunicorn -b :$PORT main:app
runtime_config:
python_version: 3

beta_settings:
cloud_sql_instances: "andersen-lab:us-central1:cendr"

api_version: 1
threadsafe: true
skip_files:
Expand Down

0 comments on commit 4568d55

Please sign in to comment.