Automated Update of the Website
January 2021I’ve been happy with using hugo
, a static website
generator, for building this website. So far, I’ve
manually published the updates by compiling the website,
and uploading the files to the production web server.
I instead envisioned the following automated publishing system:
- Using
git
, commit changes to content of the website locally on a computer. - Push the changes to a remote repository.
- A CI/CD system (Continuous Integration/Delivery) pulls the changes and compiles the website
- The new website is published on the URL:
https://draft.minospark.com/ - If everything looks good, I can either manually trigger or automatically at certain intervals to, have the staged drafts to get published on the production server.
This updated post is published by the system described above!
Tags: www