Skip to content

Chapter I

(avr. time for this chapter: 2 days)

Now that you have your project being validated automatically through Continuous Integration let's automate his deployment.

To do this we suggest you use the same platform you use from the previous step.

But before starting, there is an important thing you should think about for this exercise. You don't want to deploy your project in every commit you push to your repository. And you don't want to repeat validations. There is several git strategies you can adopt, but if you need discuss with your tutor.