Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Latest commit

 

History

History
44 lines (31 loc) · 1.65 KB

appengine.markdown

File metadata and controls

44 lines (31 loc) · 1.65 KB
title layout
Google App Engine Deployments
default

This document covers automated deployments to Google App Engine for the Python and Java runtimes. Please note this feature is currently in Beta.

Deployment Setup

Refresh Token

You will need to provide Drone with your App Engine refresh token, in order to authorize the automated deployments. Refresh tokens can be found in the .appcfg_oauth2_tokens or .appcfg_oauth2_tokens_java file in your $HOME directory.

For more information, see the Python and Java documentation for passwordless deployments.

Application Optional

Uploads the application using the specified ID. By default, this field is taken from the app.yaml file, however, it can be manually overriden using this field.

Version Optional

Uploads the application using the specified version. By default, this field is taken from the app.yaml file, however, it can be manually overriden using this field.

Branch Optional

If the Branch filter is empty, Drone will execute your deployment for all branches. If you only want certain branches to automatically deploy, you can specify them in this field as a comma-separated list.

Queues, Index, Cron and DOS updates

Automatically deploying changes to Queues, Indexes, Cron or your DOS settings are not yet supported. If you would like to see these features added please contact us.