A git extension for seeing your Cloud Build deployment
Requirements
- Python 3.7+ (check with
python3 --version) - git 1.8+ (check with
git --version) - A GitHub repo connected to Cloud Build with source-based deployments
Installation
- Clone this repo
- Set the execution bit
- Copy
git-deployinto a place on yourPATH.# example location cp git-deploy /usr/local/bin - Confirm installation by running the script:
cd ~ # a non-git repo git deploy- Success:
fatal: not a git repository (or any of the parent directories): .git- The new git extension has been successfully added,
- The new git extension has been successfully added,
- Success: