sarsooxyz.pyreact/app.yaml

14 lines
154 B
YAML
Raw Normal View History

2019-02-07 00:13:16 +00:00
runtime: python37
2019-02-07 11:50:42 +00:00
handlers:
- url: /static
static_dir: build
2019-02-07 11:50:42 +00:00
- url: /.*
script: auto
secure: always
env_variables:
DEPLOY_DESTINATION: 'PROD'