CI/CD for Private Repositories on Github and Bitbucket

For private repositories managed on Github and Bitbucket, we will implement CI (Continuous Integration) and CD (Continuous Delivery). Here, I’ll note how to automate testing and deployment using wercker. wercker supports both Github and Bitbucket private repositories, and is currently available for free. The deployment target is heroku. heroku is basically free and allows you to easily use a PaaS environment. However, when using the free tier, note that it goes to sleep if there’s no access for 30 minutes, and operating time is limited to 1,000 hours per month....

June 19, 2017