14 lines
154 B
YAML
14 lines
154 B
YAML
runtime: python37
|
|
|
|
handlers:
|
|
- url: /static
|
|
static_dir: build
|
|
|
|
- url: /.*
|
|
script: auto
|
|
secure: always
|
|
|
|
env_variables:
|
|
DEPLOY_DESTINATION: 'PROD'
|
|
|