Add CI workflow to deploy site to Matrix host via rsync #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/deploy-workflow"
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?
Adds .forgejo/workflows/deploy.yml: on push to main, rsyncs the static site over SSH into /matrix/static-files/public/ on the Matrix (mdad) host.
Secrets + deploy key must be set before a run succeeds.