File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,12 +19,14 @@ deploy:
1919 skip_cleanup : true
2020 keyfile : service-account-staging.json
2121 project : unpkg-staging
22+ config : app-staging.yaml
2223 on :
2324 branch : gae-staging
2425- provider : gae
2526 skip_cleanup : true
2627 keyfile : service-account.json
2728 project : unpkg-gcp
29+ config : app.yaml
2830 on :
2931 branch : gae
3032- provider : script
Original file line number Diff line number Diff line change 1+ runtime : nodejs
2+ env : flex
3+
4+ resources :
5+ cpu : 1
6+ memory_gb : 0.5
7+ disk_size_gb : 10
8+
9+ manual_scaling :
10+ instances : 1
Original file line number Diff line number Diff line change 11runtime : nodejs
22env : flex
33
4- # https://cloud.google.com/appengine/docs/flexible/nodejs/configuring-your-app-with-app-yaml
5- manual_scaling :
6- instances : 1
74resources :
85 cpu : 1
96 memory_gb : 0.5
You can’t perform that action at this time.
0 commit comments