All Projects → nytimes → Drone Gae

nytimes / Drone Gae

Licence: apache-2.0
Drone plugin for managing deployments and services on Google App Engine (GAE)

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Drone Gae

Drone Gke
Drone plugin for deploying containers to Google Kubernetes Engine (GKE)
Stars: ✭ 159 (+65.63%)
Mutual labels:  drone, gcp, ci-cd
DevSecOps
Ultimate DevSecOps library
Stars: ✭ 4,450 (+4535.42%)
Mutual labels:  gcp, ci-cd
Yawp
Kotlin/Java API framework for Google Appengine
Stars: ✭ 136 (+41.67%)
Mutual labels:  gcp, appengine
deploy-appengine
A GitHub Action that deploys source code to Google App Engine.
Stars: ✭ 184 (+91.67%)
Mutual labels:  appengine, gcp
drone-gcloud-helm
Drone 0.5 plugin to create and deploy Helm charts for Kubernetes in Google Cloud.
Stars: ✭ 13 (-86.46%)
Mutual labels:  drone, gcp
Runtimes Common
Common tools used by the GCP runtimes.
Stars: ✭ 86 (-10.42%)
Mutual labels:  gcp, appengine
gke-demo
Demonstration of complete, fully-featured CI/CD and cloud automation for microservices, done with GCP/GKE
Stars: ✭ 47 (-51.04%)
Mutual labels:  gcp, ci-cd
spring-cloud-gcp-guestbook
No description or website provided.
Stars: ✭ 55 (-42.71%)
Mutual labels:  appengine, gcp
Unity Azure Pipelines Tasks
Azure DevOps extension adding tools to build and deploy Unity 3D projects using Azure Pipelines
Stars: ✭ 83 (-13.54%)
Mutual labels:  ci-cd
Autotag
Git repository version tagging tool
Stars: ✭ 90 (-6.25%)
Mutual labels:  ci-cd
React Native Upload
( MacOs ) 一键打包部署 android/ios APP到各个测试平台和App Store。ci/cd神器,拒绝繁琐
Stars: ✭ 82 (-14.58%)
Mutual labels:  ci-cd
Java Docs Samples
Java and Kotlin Code samples used on cloud.google.com
Stars: ✭ 1,259 (+1211.46%)
Mutual labels:  appengine
Pci Gke Blueprint
PCI on GKE Blueprint: PCI Deployable Architecture on Google Cloud and GKE
Stars: ✭ 91 (-5.21%)
Mutual labels:  gcp
Fog Google
Fog for Google Cloud Platform
Stars: ✭ 83 (-13.54%)
Mutual labels:  gcp
Unity Solutions
Use Firebase tools to incorporate common features into your games!
Stars: ✭ 95 (-1.04%)
Mutual labels:  gcp
Docker Builder
Docker builder builds Docker images from a friendly config file.
Stars: ✭ 81 (-15.62%)
Mutual labels:  ci-cd
Pragmaticai
[Book-2019] Pragmatic AI: An Introduction to Cloud-based Machine Learning
Stars: ✭ 79 (-17.71%)
Mutual labels:  gcp
Gcp For Bioinformatics
GCP Essentials for Bioinformatics Researchers
Stars: ✭ 95 (-1.04%)
Mutual labels:  gcp
Aws Workflows On Github
Workflows for automation of AWS services setup from Github CI/CD
Stars: ✭ 95 (-1.04%)
Mutual labels:  ci-cd
Ethereum Etl Airflow
Airflow DAGs for exporting, loading, and parsing the Ethereum blockchain data. What datasets do you want to be added to Ethereum ETL? Vote here: https://blockchain-etl.convas.io.
Stars: ✭ 89 (-7.29%)
Mutual labels:  gcp

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 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 0.6+ and 1.0+.

For usage, see these docs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].