From the course: Continuous Deployment Strategies by Pearson

Unlock this course with a free trial

Join today to access over 25,200 courses taught by industry experts.

Exercise: implement a CI/CD pipeline via big bang deployment

Exercise: implement a CI/CD pipeline via big bang deployment

From the course: Continuous Deployment Strategies by Pearson

Exercise: implement a CI/CD pipeline via big bang deployment

Now that you've seen me do it, it's your turn to implement a Big Bang deployment. Remember our plan. The CI portion of your pipeline should produce a deployable and trustworthy artifact. Then you'll want to install that artifact in your existing server instance, maybe using vendor CLI tools. Then, you're gonna want to make any necessary changes to your infrastructure, machine, database, configuration, so that they can continue working with the new version of code. After all that, you'll want to test it all out and make sure that it still works. Okay, it's time to get to work.

Contents