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.

Example pipeline with deployment to Google App EngineExample pipeline with deployment to Google App Engine

Tip
If you are new to Buddy, check out our quickstart guides that will tell you how to build, test and deploy your type of application.

Configure pipeline in Buddy

  1. Create a new project in Buddy and select your Git provider:

Creating a new projectCreating a new project

  1. Add a new pipeline and configure the details: name, trigger mode, and branch from which you want to deploy.

Adding a new pipelineAdding a new pipeline

Configure GAE deployment

Warning
Before you add the action, make sure that your Google service account has proper GAE policies and APIs configured.
  1. Look up and click Google App Engine on the action list:

Google Cloud actions in BuddyGoogle Cloud actions in Buddy

  1. 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

Google App Engine configurationGoogle App Engine configuration

  1. When ready, click Add this action to finish configuration.
Success
Congratulations! You have just automated your deployment to Google App Engine. 🥳
Last update:
Sep 17, 2024