Posts tagged: deployment
Build and deploy Hugo with Make
I’ve written before about how I deploy this blog using Drone.io. It works well, and does exactly what you’d expect. Lately I’ve started looking into reducing complexity in homelab systems that I use — …
Deploying this Hugo blog to AWS S3
This blog is built with Hugo — an open-source static site generator. Static websites require no server side processing, which makes them easier to host and opens up new hosting possibilities. There …
Building and deploying Hugo staging and production to Nginx
I am building my Hugo website on a local LXC container, using Gitea and Drone. There are plenty of tutorials on how to connected those two together, so I won’t go through that here. Instead I want to …