To deploy CI/CD on Cloud Run
The pipeline is deployed on Google Cloud Run for deployment. CI/CD is The application uses the following resources on Google Cloud Platform:
The application uses the following resources on Google Cloud Platform:
-
Cloud Run
-
Cloud Build
-
Google Container Registry
-
Google Source Code Repositories
-
Cloud Build Triggers
gcloud source repos create [REPOSITORY_NAME]
gcloud source repos clone [REPOSITORY_NAME] --project [PROJECT_ID]
- In source repository configure the repository which is cloned to the local
- In the configurations file, select the cloudbuild.yaml file
- Select the branch to automate the deployment process on pushing to that branch