Skip to content

Commit

Permalink
updating readme to support all langs
Browse files Browse the repository at this point in the history
  • Loading branch information
jprobinson authored Dec 31, 2018
1 parent 09c9779 commit 5263cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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.
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`.
Expand Down

0 comments on commit 5263cad

Please sign in to comment.