Assigned
Status Update
Comments
sa...@google.com <sa...@google.com> #2
Hello,
Your feature request has been forwarded to the Google App Engine team to be evaluated. Please note that we cannot offer an ETA or guarantee its implementation at this time. All further updates should occur here.
Your feature request has been forwarded to the Google App Engine team to be evaluated. Please note that we cannot offer an ETA or guarantee its implementation at this time. All further updates should occur here.
Description
My build process should end with a (non-environment specific) war file. My deployment process should take that war file and deploy it according to an (environment-specific) app.yaml.
Some companies have policies which mandate that an artifact must be deployed to lower environments before it (the exact same artifact) is allow into production. Currently this is difficult to implement using GCP:
`mvn appengine:deploy` works directly from the source code
`mvn appengine:stage` produces a folder full of files (including appengine-web.xml) which must be changed per deployment