[google-appengine] Re: [app-engine] multiple app.yaml files

2018-04-10 Thread Jason Yoon
"The app.yaml file must be located in your application's root directory. You may check this detail and general app.yaml-related information on the "Configuring your App with app.yaml" documentation page

[google-appengine] Re: Google App Engine Migration from V1 to V2

2018-04-10 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
I can see that you also posted this on StackOverflow which we also monitor, and already getting responses from the community. I encourage everyone experiencing the same issue to continue discussions on

[google-appengine] Re: [app-engine] multiple app.yaml files

2018-04-10 Thread 'George (Cloud Platform Support)' via Google App Engine
The app.yaml file must be located in your application's root directory. You may check this detail and general app.yaml-related information on the "Configuring your App with app.yaml" documentation page

[google-appengine] [app-engine] multiple app.yaml files

2018-04-10 Thread Raunak Gupta
I've multiple services running for the same app under the name "dev", "stage" and "default" (which is prod). The deployment is done using the standard `gcloud app deploy app.yaml`. It is frustrating having to update app.yaml with service name before each deployment. I tried overcoming this

[google-appengine] Google App Engine Migration from V1 to V2

2018-04-10 Thread Arun Prasath
*I have migrated my Google App Engine end point. There is one jar and war file available in my V1 libs folder. But after I migrated, there is war file only available in my v2 libs folder. Without jar file I cannot proceed my work. Is anything I missed in the migration process ? Help from anyone