Posts by Ervin Barta

    Continuous Integration and Deployment of PHP applications from GitHub to Heroku with Semaphore

    The practice of continuous delivery is steadily gaining ground in the PHP community. It is no wonder: continuous integration keeps your development risk-free by automatically testing every new version of the code, while continuous deployment helps you ship working code faster by automatically deploying working versions of your application to your users. All together, these […]