From 01e29f38a3f28030cc507ebdc7ed83ecf2ba30f9 Mon Sep 17 00:00:00 2001 From: emi Date: Tue, 21 Jul 2026 14:00:57 +0000 Subject: [PATCH] Retire GitHub as the git host and CI platform (#6) --- deploy/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/deploy.sh b/deploy/deploy.sh index b63bdac..4cee2cb 100755 --- a/deploy/deploy.sh +++ b/deploy/deploy.sh @@ -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'