Toutes sortes d’idées et de guides sur des outils de développement modernes. Chaque fois que je réussis à résoudre un problème particulier, j'aime partager l'information ici au cas que l'information soit utile pour d'autres personnes. Des fois, je partage aussi des choses et guides d'installation juste au cas où j'en aurais besoin plus tard.

In 2019, I tried to get this very blog to be deployed automatically to the production server after each push to the corresponding GitHub repo. A couple of issues were found and after much frustration, the whole idea was scrapped. Fast forward many months later, and with new experience acquired and new tools available since, it was time to try again.

After yesterday post about my frustrating progress on git auto-deployment and relative success, I've encountered new frustrations...

My quest to auto-deploy my Grav-based websites when pushing new commits to GitHub continues. Now that I tested both Deployer as my deployment script and Webhook as my incoming hook listener, it should be a piece of cake to set all this up on the production server right? Well, guess again...

For the pas couple of days, I've been searching for a way to automatically deploys two Grav based website when sending new commits to GitHub. So far, I determined I would be using Deployer.org for the actual file copying and other installation operations. Let's dig in in this first attempt to see what Deployer can do and if it will be able to answers my needs.