Everything you need to setup a CI/CD pipeline for FREE with TravisCI and Terraform to automate the creation of your infrastructure Continuous Integration (CI) & Continuous Deployment (CD) is a set of operational principles (most popular in Agile methodologies) that allow you to deliver code changes more frequently and reliably without the need for additional interaction.

First things first, head over to Travis CI and click on the SIGN IN WITH GITHUB button (note: your repository must be public for you to use this service).

Once you have authorised Travis, you will be taken to your Dashboard and you can begin connecting your repositories.

You can already see how much time it will save you in the future building, testing and deploying your code, so try to make it part of your development lifecycle from here on.

Related Articles