Skip to content

nytimes/drone-gae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3e600ff · Feb 14, 2025
Feb 14, 2025
Sep 9, 2016
Sep 20, 2022
Mar 1, 2023
Aug 24, 2017
Feb 28, 2023
Jun 11, 2019
Aug 8, 2019
Dec 18, 2024
Dec 18, 2024
Sep 20, 2022
Apr 5, 2021
Feb 20, 2019

Repository files navigation

drone-gae

Build Status

Drone plugin to manage deployments on Google App Engine.

Links

Overview

This plugin is a simple wrapper around the appcfg.py and gcloud app commands, which makes it capable of making deployments in the standard environment or flexible environments with any language available.

The action configuration variable (shown below) can accept any action that you would normally call on appcfg.py or gcloud app. So far, it has been tested with update to deploy and set_default_version to migrate traffic in appcfg and gcloud app deploy for gcloud app, but it should also be capable of running helpful ops commands like update_indexes and update_cron.

To see a full list of configuration settings for the project, check out the GAE struct declaration.

To see the App Engine SDK and gcloud versions, check out the Dockerfile dependency download.

Drone versions compatibility

This plugin supports Drone 1.0+.

For usage, see these docs and main.go.