Mixonomer/app.yaml
2019-08-12 00:34:04 +01:00

13 lines
169 B
YAML

runtime: python37
service: spotify
handlers:
- url: /static
static_dir: build
- url: /.*
script: auto
secure: always
env_variables:
DEPLOY_DESTINATION: 'PROD'