Mixonomer/app.yaml

15 lines
191 B
YAML

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