Retire GitHub as the git host and CI platform (#6)

This commit is contained in:
emi 2026-07-21 14:00:57 +00:00
parent a2054c4b24
commit 01e29f38a3

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Pull the latest code and roll the docker-compose stack (app + PostgreSQL). Run
# on the VPS — the GitHub Actions workflow invokes this over SSH, and you can run
# on the VPS — the Forgejo Actions workflow invokes this over SSH, and you can run
# it by hand too.
#
# ssh deploy@vps '/opt/thermograph/deploy/deploy.sh'