Skip to content

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

License

Notifications You must be signed in to change notification settings

cfitz/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. The Cloud Build configuration file is located at cloudbuild.yaml.

Manually run the build

Cloud Build can be triggered manually by running the following command from the root directory of this repository:

export GCP_PROJECT_TO_RUN_CLOUD_BUILD=<>
export GKE_CLUSTER_NAME=<>
export GKE_CLUSTER_LOCATION=<e.g. us-central1>

gcloud builds submit . \
  --config cloudbuild.yaml \
  --substitutions _CLUSTER_NAME=$GKE_CLUSTER_NAME,_CLUSTER_LOCATION=$GKE_CLUSTER_LOCATION \
  --project $GCP_PROJECT_TO_RUN_CLOUD_BUILD \
  --verbosity info

Cloud Build configuration generator

To make the cloudbuild.yaml configuration easier to maintain, a generator for its contents was created.

  1. The generator uses Jinja2 templates, install it using pip install jinja2 command.

  2. To regenerate the file, run the following command:

    ./cloudbuild-k8s-generator.py
  3. As a result, new content will be saved in the cloudbuild.yaml file.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 56.4%
  • Shell 31.3%
  • Makefile 5.7%
  • HTML 3.7%
  • Dockerfile 2.2%
  • Python 0.7%