Simple Deploy
This is a simple deploy process for static HTML files. There’s a lot of people who have written about this approach. Here’s my take. Incidentally, this is how this blog is deployed. You could also modify the process to deploy projects that use a server, which I’ll talk about that at the end.
The only thing you need is git
. And once you get it set up, you can deploy with a git push
. For things such as a personal website (like this one), it’s perfect. I don’t need to hand out permissions to the deploy process, or run quality control processes. I just want something easy to use, fast, free (as in cost), and unlikely to break or require maintenance.