Skip to content

cotocn/click-to-deploy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Git submodules

This repository uses git submodule. Please run following commands to receive newest version of used modules.

Updating git submodules

You can use make to make sure submodules are populated with proper code.

make submodule/init # or make submodule/init-force

Alternatively, you can invoke these commands directly in shell, without make.

git submodule init
git submodule sync --recursive
git submodule update --recursive --init

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 64.0%
  • Makefile 29.6%
  • Dockerfile 6.2%
  • HTML 0.2%