Migrating our CI to Github Actions

And how we did that in Tourlane Now in Tourlane we are switching our deployment system to use GitHub Actions. So, in this post, we are sharing our experience with the tool so far, and how we are migrating our projects, little by little to the tool. What is CI/CD? Martin Fowler, one of the original authors of the Agile Manifesto, describes them like this in this book: Continuous Integration (CI) is a development practice that requires developers to integrate code into a shared repository several times a day. [Read More]