airavata-courses / TeamApex

Repository for TeamApex
4 stars 5 forks source link

CI/CD discussion #30

Closed ehdsouza closed 8 years ago

ehdsouza commented 8 years ago

Currently we have travis configured to trigger build once a code checking is done. We use this issue, to discuss further on how deployment would be carried out on remote vm.

gouravshenoy commented 8 years ago

We considered the following options for CI/CD:

We have decided to go ahead with Travis CI and use Amazon's CodeDeploy service for CD. Travis CI provides easy integration hooks with GitHub for performing automated build. Travis also has a very easy to use integration for deployment using Amazon's CodeDeploy service.