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 by creating multiple app.yaml file for 
each environment. As an example, for dev, the `app.yaml` file would be 
stored under ./config/dev/app.yaml'. But now when I deploy using `gcloud 
app deploy ./config/dev/app.yaml`, gcloud only uploads what is in the 
/config/dev directory (and nothing from home directory). 

Is there a way to change this behaviour, or an alternative way to manage 
multiple environments better?

Thanks! 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/fbcb4e68-c0bf-49a6-995a-69645d1ea649%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to