4

I have a containerized web application on GitHub and I would like to build a CI/CD pipeline on GCP consisting of a trigger stage, a build stage and a deployment stage and be able to do continuous integration and deployment. What GCP tools can I use for this task? I have successfully accomplished the same task on AWS with Jenkins, where my GitHub commit triggers a multi-stage pipeline and deploy the app to EC2.

This is what I have been able to do on AWS:

AWS cicd pipeline

deployment

Pierre.Vriens
  • 7,225
  • 14
  • 39
  • 84
christian Martin
  • 85
  • 1
  • 1
  • 5

1 Answers1

0

For building use Google Cloud build. For deployment you can you use Google Cloud Deploy. https://cloud.google.com/deployment-manager/docs/ https://cloud.google.com/cloud-build/docs/