GithubHelp home page GithubHelp logo

classicvalues / drone-gcp-deploy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from viant/drone-gcp-deploy

0.0 1.0 0.0 25 KB

Blue/Green deployments on GCP

License: GNU General Public License v3.0

Dockerfile 17.87% Python 32.43% Shell 49.69%

drone-gcp-deploy's Introduction

drone-gcp-deploy

Build Status License: GPL v3

Drone plugin to do blue/green deployments in Google Cloud using a HTTP(S) load balancer with two backend buckets.

Setup

Only the Google side you need to setup two buckets with the following naming convention:

  • URL_MAP_NAME-blue
  • URL_MAP_NAME-green

Then setup a HTTP(S) LB to initial point to either the blue or green bucket

Usage

The following parameter is required:

  • base64_key base64 encoded JSON key

  • url_map the URL map name. This is the name given to the LB during creation.

Optional:

  • source_dir By default the plugin will copy the contents of the root git directory. Use this to change it to a different directory.

Note the project is pulled from the JSON key.

Example

kind: pipeline
name: default

steps:

- name: website
  image: viant/drone-gcp-deploy
  settings:
    base64_key:
      from_secret: base64_key
    url_map: my-website-name

drone-gcp-deploy's People

Contributors

replicant0wnz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.