I am deploying all my application to Appengine. I found a "Development" tool in the Developer Console and configured it to sync my Appengine project files. I utilized the online editing feature to edit an appengine project file through the Development tool. I made changes and committed the code. So I want to know whether it is possible to use deployment manager for deploying the app engine services??
Can someone help me on how I can use the Deployment Manager to deploy the changes I made online? I went through the Deployment Manager documentation online but it doesn't speak of how to deploy a Appengine project using Deployment manager.
Yes, it is possible.
The generic steps to make a deployment using Deployment Manager (DM) are listed in the Step-by-step walkthrough guide. The most important ones are:
See also Deployment Manager Fundamentals.
What may be confusing is how to do it specifically for GAE. Well,
that's entirely reflected in the content of your config file, more specifically in the resource type - the GAE's Admin API is used, see the appengine.v1.version
row in the table.
But the DM appears oriented more towards manual deployments. From your question I suspect you might be interested more into automatically deploying your changes once committed. If so you you may want to peek at Cloud Build and Cloud Source Repositories instead. See Quickstart for automating App Engine deployments with Cloud Build.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With