Skip to content

banaag/click-to-deploy

 
 

Repository files navigation

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 beta builds worker-pools create gcb-workers-pool-e2 \
  --project=[PROJECT_ID] \
  --peered-network=projects/[NETWORK_PROJECT_NUMBER]/global/networks/default \
  --region=us-central1 \
  --worker-machine-type=e2-standard-2

Where:

  • [PROJECT_ID] is the GCP project ID where you want to create your custom worker pool.
  • [NETWORK_PROJECT_NUMBER] is the project number of the Cloud project that holds your VPC network.

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 40.1%
  • Ruby 39.7%
  • Dockerfile 8.8%
  • Makefile 5.7%
  • HTML 2.5%
  • Python 2.0%
  • Other 1.2%