Commit Graph
5 Commits
Author SHA1 Message Date
bot-hermes f9fc8aa680 ci(deploy): notify on successful deploy only (moved from push webhook) 2026-09-05 20:42:43 +00:00
bot-hermes b3c24935c0 ci(deploy): use SSH URL for checkout clone
The https://gitea@giteassh.buzzbee.dev:Vibing/... URL parsed the colon as a
port. Use the SSH form gitea@giteassh.buzzbee.dev:Vibing/openchamber.git
which the runner's deploy key authenticates.
2026-09-05 09:00:04 -04:00
bot-hermes cd6b24d9b0 ci(deploy): clone into subdir, don't rm the runner cwd
rm -rf $GITHUB_WORKSPACE deleted the runner's own working directory,
breaking git clone (fatal: Unable to read current working directory).
Clone into $GITHUB_WORKSPACE/repo instead.
2026-09-05 08:58:53 -04:00
bot-hermes 75e81211ea ci(deploy): add checkout step to deploy workflow
The workflow assumed $GITHUB_WORKSPACE was already a git repo, but the
host-mode runner doesn't auto-checkout. Added an explicit clone step using
the runner's deploy key (gitea@giteassh.buzzbee.dev).
2026-09-05 08:57:27 -04:00
bot-hermes e67987533e ci: add deploy workflow for custom branch (OpenChamber-CUSTOM) 2026-09-03 11:36:34 +00:00