fmartingr.com/.github/workflows
Repository files (latest commit first)
Filename Latest commit message Latest commit date
butterrobot e872342c86
All checks were successful
Build and deploy / build-and-deploy (push) Successful in 1m2s
FMG-7: migrate deploy pipeline from Woodpecker to Forgejo Actions (#3)
Replaces .woodpecker/deploy.yml with .github/workflows/deploy.yml. Same shape as before: build with Hugo, then rsync public/ to the web host over SSH using the existing SSH_HOST / SSH_USER / SSH_PATH / SSH_PRIVATE_KEY secrets (re-add them as Actions secrets). The hand-rolled SSH setup is replaced by actions/ssh-deploy-action; the Woodpecker 'Daily build' cron becomes a schedule: trigger at 04:00 UTC, plus workflow_dispatch. Hugo is installed from a pinned, checksum-verified extended release because ci-base does not ship it and the theme transpiles Sass.

Reviewed-on: #3
2026-09-09 19:04:35 +02:00
..
deploy.yml FMG-7: migrate deploy pipeline from Woodpecker to Forgejo Actions (#3) 2026-09-09 19:04:35 +02:00