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,500 courses taught by industry experts.

Managing code with Secure Source Manager

Managing code with Secure Source Manager

If a developer ever says to you, it just works on my machine, your next question should be, does this work in our enterprise environment? To build like a pro, you need a pipeline. In this chapter, we'll build one together. We're gonna take code from your laptop, push it to a secure repo, run automated tests, and deploy it to production without breaking a sweat. It all starts with a secure place to keep your code. So let's take a look at Secure Source Manager. All right, so now what we're gonna do in this video is we're gonna learn how you can use Google Secure Source Manager to basically set up your own repo in your own Google Cloud environment, which is cool because for certain enterprises and certain environments, just because of their security requirements, they need to have their code in Google. They maybe can't use a public repo like a GitHub or something like that. So they choose to use the secure source manager to do that. So we're going to go ahead and jump into this and we're…

Contents