From the course: Continuous Integration and Continuous Delivery with GitLab
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Releasing to prod - GitLab Tutorial
From the course: Continuous Integration and Continuous Delivery with GitLab
Releasing to prod
- [Narrator] We've gone through all of the steps of deploying our code to QA and staging. So, now we're ready to release it to production. Let's imagine that our QA team has run through some manual acceptance tests on staging, although as I mentioned before, when those are automated, we can just add them as a new stage in the pipeline. This is where the power of CICD can really shine because the actual production deployment just requires clicking a button. So, let's click on the play button to deploy production and we'll click into that job and watch the site update. While we're waiting for this, I'm just going to open a new tab for this production link here, and it looks like that succeeded. So, let's go to that second tab and we'll say, view deployment. So, here's our production site with our new feature deployed. So, we've seen what happens when things go right, let's look at when things go wrong. So, let's close these tabs and we'll go back to the root of the repo and we'll go…