Deploy to Google App Engine
Buddy turns deployments into a breeze, allowing you to update your applications on Google App Engine on every push to branch. You can also deploy manually on click, or recurrently on time intervals.
Image loading...
Tip
If you are new to Buddy, check out our workflow guides that will tell you how to build, test and deploy your type of application.
Configure pipeline in Buddy
- Create a new project in Buddy and select your Git provider:
Image loading...
- Add a new pipeline and configure the details: name, trigger mode, and branch from which you want to deploy.
Image loading...
Configure GAE deployment
Warning
Before you add the action, make sure that your Google service account has proper GAE policies and APIs configured.
- Look up and click Google App Engine on the action list:
Image loading...
- The action has five configuration tabs:
- Deploy – here you define the source path, select the deployment bucket, Docker image, and YAML config, and set deployment parameters
- Target – here you select the Google Cloud integration and the project to which you deploy
- Variables – here you can add and modify environment variables required by your workflow
- Conditions – here you configure the trigger conditions for which the action will run
- Options – here you define the action's name and behavior on failure and timeout
Image loading...
- When ready, click Add this action to finish configuration.
Success
Congratulations! You have just automated your deployment to Google App Engine. 🥳
Last modified on Sep 24, 2024