From the course: Google Cloud Platform Essential Training for Developers: Cloud-Native Development with Gemini
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Putting it together: a full source-to-production pipeline - Google Cloud Platform Tutorial
From the course: Google Cloud Platform Essential Training for Developers: Cloud-Native Development with Gemini
Putting it together: a full source-to-production pipeline
Okay, so now we're at the final section of this chapter, and we're just gonna put it all together and just look at this entire pipeline. Now, looking at Secure Source Manager, this is where all of our code is now. It was on our Cloud Shell machine, and we pushed it up into the Secure Source Manager because our enterprise wants to be able to manage all of our code and have complete control over it. So this is where the code lives now. And then from here, we also are using the artifact registry. So the Artifact Registry is actually where we push all of our images to, that we are actually going to be building and then ultimately deploying with Cloud Deploy. I actually ran another command and I want to open up the editor here real quick and pull this up. So this Cloud Builds, Submit, and I added some variables here at the bottom under the Substitutions. And this is to help you do some debugging. But the reason I did this is because when we ran all of the code in the previous section, it…