Mixonomer/app.yaml

15 lines
191 B
YAML
Raw Permalink Normal View History

2023-08-08 17:29:12 +01:00
runtime: python311
2023-09-05 21:04:02 +01:00
service: default
2019-07-26 11:05:27 +01:00
2020-07-11 19:24:03 +01:00
#instance_class: F1
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'