-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
Description
The docs note that the user may choose to rename their app.yaml files:
You can specify a unique name for your app.yaml files, but then you must specify the file name with the deployment command as well. For example, if you name your app.yaml file service-name-app.yaml or app.flexible.yaml, […]
We could allow the user to "bless" a particular file as the app.yaml (called the service deployment descriptor in the docs) via a right-click option, and we store and retrieve this information somehow.
Or we could allow Deploy to App Engine to be an right-click option for .yaml files that seem to encode a service deployment descriptor files.