1
0
Fork 0
mirror of https://github.com/nealey/vail.git synced 2025-01-16 11:54:57 -07:00
vail/app.yaml
2021-04-26 18:00:51 -06:00

23 lines
426 B
YAML

# At one point I was deploying this using Google App Engine.
# Then I discovered it would be cheaper to use my tiny cloud VM.
runtime: go112
instance_class: B1
automatic_scaling:
max_instances: 1
handlers:
- url: /chat
script: auto
- url: /hello
script: auto
- url: /
static_files: static/index.html
upload: static/index.html
- url: /.*
static_dir: static
network:
session_affinity: true