GithubHelp home page GithubHelp logo

niallbrown / click-to-deploy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from googlecloudplatform/click-to-deploy

0.0 1.0 0.0 4.68 MB

Source for Google Click to Deploy solutions listed on Google Cloud Marketplace.

License: Apache License 2.0

Makefile 7.03% Shell 29.74% HTML 3.72% Dockerfile 5.62% Python 3.14% Ruby 50.16% Smarty 0.46% PHP 0.14%

click-to-deploy's Introduction

About

Source for Google Click to Deploy solutions listed on Google Cloud Marketplace.

Disclaimer

This is not an officially supported Google product.

Cloud Build CI

This repository uses Cloud Build for continuous integration. Each type of application has its own configuration file.

For detailed information on each configuration, see the following documentations:

GCB custom worker pools

The Cloud Build configurations use Google Cloud Build (GCB) custom worker pools.

If you want to create a new worker pool, run the following command:

gcloud alpha builds worker-pools create gcb-workers-pool \
  --project=[PROJECT_ID] \
  --regions=us-central1,us-west1,us-east1,us-east-4 \
  --worker-count=2 \
  --worker-machine-type=n1-standard-1 \
  --worker-tag=gcb-worker \
  --worker-network-name=default \
  --worker-network-project=[PROJECT_ID] \
  --worker-network-subnet=default

Where:

  • [PROJECT_ID] is the GCP project ID where you want to create your custom worker pool.

If you want to update the number of workers in an existing pool, run the following command:

gcloud alpha builds worker-pools update gcb-workers-pool \
  --project=[PROJECT_ID] \
  --worker-count=4 \

For more information, see the gcloud alpha builds worker-pools commands.

click-to-deploy's People

Contributors

wgrzelak avatar khajduczenia avatar rafalbiegacz avatar huyhg avatar harnas-google avatar jprzychodzen avatar ovk6 avatar jmsully avatar serathius avatar aav66 avatar trironkk avatar axtnsx avatar deustis avatar kadharniminen avatar farajn9 avatar vcanaa avatar nimishc avatar geofrau avatar armandomiani avatar alrem avatar tomasz-safuryn avatar deci-ftw avatar liyinan926 avatar bbf avatar avloss avatar bkw avatar whereisaaron avatar devlware avatar elharo avatar jvolkman avatar

Watchers

James Cloos 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.