Adding website deploy.

This commit is contained in:
Brad Nelson
2021-01-08 18:50:11 -08:00
parent 144693a815
commit b8f5b992b6
6 changed files with 150 additions and 5 deletions

27
ueforth/site/app.yaml Normal file
View File

@ -0,0 +1,27 @@
runtime: go115
default_expiration: "1m"
handlers:
- url: /robots.txt
static_files: static/robots.txt
upload: static/robots.txt
secure: always
- url: /favicon(.*)
static_files: static/favicon\1
upload: static/favicon.*
secure: always
- url: /
static_files: static/index.html
upload: static/index.html
secure: always
- url: /static
static_dir: static
secure: always
- url: /.*
script: auto
secure: always