Mixonomer/app.yaml

13 lines
169 B
YAML
Raw Normal View History

2019-07-26 11:05:27 +01:00
runtime: python37
service: spotify
handlers:
- url: /static
static_dir: build
- url: /.*
script: auto
secure: always
2019-08-12 00:34:04 +01:00
env_variables:
DEPLOY_DESTINATION: 'PROD'