Use build constraints for appengine
This commit is contained in:
parent
be26f0faf6
commit
592ea81687
11 changed files with 54 additions and 54 deletions
8
app.yaml
Normal file
8
app.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
application: cayley-test
|
||||
version: 1
|
||||
runtime: go
|
||||
api_version: go1
|
||||
|
||||
handlers:
|
||||
- url: /.*
|
||||
script: _go_app
|
||||
Loading…
Add table
Add a link
Reference in a new issue