-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
We currently deploy the website when the Ansible playbook is run. Ideally we'd deploy the website more often than the playbook is run though.
There is an example of building the website in the playbook. It's basically just running hugo on a git checkout, then rsyncing the results over to the web server directory.
Triggering it could be set up in one of two ways:
- simple: run a cron job to do a
git pulleach night, and rebuild if the head revision changes. - hard: set up a web hook that Github can trigger when new revisions are pushed.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Backlog