Gitclone : Github to GCP
commands to connect your GCP instance to github and clone your codebase
eval "$(ssh-agent -s)"
ssh-add vivaldiGCPkey
git clone [email protected]:UnitCode-org/Unit-Network-Chain.git
git clone [email protected]:UnitCode-org/oracle-worker.git

Last updated