From 8b9172ade70f992c3bc3419e3126c99384932a85 Mon Sep 17 00:00:00 2001 From: Paul Wickman Date: Tue, 5 Sep 2017 13:53:39 -0500 Subject: [PATCH] Changes to support current AppEngine Two changes, * The `vm:true` setting has been deprecated. Deployments to App Engine Flexible require `env: flex` * The environment variable(s) 'GCLOUD_PROJECT' are no longer allowed. --- 1-app/app.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/1-app/app.yaml b/1-app/app.yaml index feca818..b910ab4 100644 --- a/1-app/app.yaml +++ b/1-app/app.yaml @@ -13,7 +13,7 @@ # [START app_yaml] runtime: nodejs -vm: true +env: flex # This service needs very little CPU, so limit to one instance. If you're handling # a lot of events from a very large number of devices you may want to enable @@ -23,7 +23,6 @@ manual_scaling: # [START env_variables] env_variables: - GCLOUD_PROJECT: test2-146010 PUBSUB_TOPIC: test2 PUBSUB_SUBSCRIPTION_NAME: test2db # This token is used to verify that requests originate from your