Mixonomer/app.yaml

15 lines
189 B
YAML
Raw Normal View History

runtime: python38
2019-07-26 11:05:27 +01:00
service: spotify
instance_class: F2
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'