Auto-deploy the site when changes happen #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
So, when I run Ansible now, after some commits come in, we do (more or less):
And then a new version of the site is up. We might do other stuff though soon (turning services on/off, migrating the database, backing up something, saving uploaded book files, etc.). It would be nice to just run what we do manually with Ansible:
This may be a bit too flashy for now.
We don't even have a CI build on Gitea, so how can we even get this to run after things get merged?
Would be nice anyway, we'll probably get there.