2020-06-30 16:38:06 +01:00
|
|
|
runtime: python38
|
2019-07-26 11:05:27 +01:00
|
|
|
service: spotify
|
|
|
|
|
2020-07-11 19:24:03 +01:00
|
|
|
#instance_class: F1
|
2020-06-29 20:11:05 +01:00
|
|
|
|
2019-07-26 11:05:27 +01:00
|
|
|
handlers:
|
|
|
|
- url: /static
|
|
|
|
static_dir: build
|
|
|
|
|
|
|
|
- url: /.*
|
|
|
|
script: auto
|
|
|
|
secure: always
|
|
|
|
|
2019-08-12 00:34:04 +01:00
|
|
|
env_variables:
|
|
|
|
DEPLOY_DESTINATION: 'PROD'
|