Deploy to Google App Engine

This commit is contained in:
Michael Jackson
2019-01-26 15:21:19 -08:00
parent 5533725f64
commit 6ea056c25b
4 changed files with 21 additions and 3 deletions

10
app.yaml Normal file
View File

@ -0,0 +1,10 @@
runtime: nodejs
env: flex
# https://cloud.google.com/appengine/docs/flexible/nodejs/configuring-your-app-with-app-yaml
manual_scaling:
instances: 1
resources:
cpu: 1
memory_gb: 0.5
disk_size_gb: 10