NYTimes/drone-gae

Name: drone-gae

Owner: The New York Times

Description: Drone plugin for managing deployments on Google App Engine

Created: 2016-09-09 15:19:33.0

Updated: 2018-04-23 14:02:40.0

Pushed: 2018-04-11 23:33:02.0

Homepage: https://open.blogs.nytimes.com/2017/01/12/continuous-deployment-to-google-cloud-platform-with-drone/

Size: 235

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

drone-gae

Build Status

Drone plugin to manage deployments on Google App Engine.

Overview

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

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 0.4 and 0.6+ (0.5 is deprecated).

For usage in Drone 0.5 and newer, see these docs.

For usage in Drone 0.4, see these docs.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.