How To Use gcloud in Third Party CI/CD Services Such As Circle CI and Gitlab CI
This a guide on how to use Google Cloud Platform (GCP) resources in other environments outside the GCP console. This is useful in many instances such as when you want to implement a multi-cloud solution or want to perform builds and deployments in your own server. In this particular guide, I will show you how to do for third-party continuous integration/continuous deployment (CI/CD) services.
Collins Lagat