Versioning and deploying a static website with Git, Flightplan and Nginx
Do you ever wondered how to manage the versioning and deployment process of a website? It seems to be a very interesting yet complex topic for which there are already thousands of different solutions. In a recent collaboration with Usersnap I had the pleasure to write a very detailed article for their blog that proposes a solution based on Flightplan.js, Git and Nginx. My solution is very simple, it requires very few dependencies on your system (Git and Node.js) and it has been thought to give you the…