Testingfreak October 26, 2021 How To's, Nodejs, Python Comments Off on Auto Deploy Code to GCP from Git Workflow
Working on CICD or have project code available in git repository and not sure how to deploy the code to GCP automatically? Below steps are going to help you out to setup GCP auto deployment. Enabling workflow auto deployment to…Continue Reading →
Updating the base code with multiple parameters is not a good idea specially when data keeps on changing. This can be simplified by passing the data from external file. Data can be stored in an external file and picked whenever…Continue Reading →