FMG-7: migrate deploy pipeline from Woodpecker to Forgejo Actions #3
Loading…
Reference in a new issue
No description provided.
Delete branch "butterrobot/fmg-7-forgejo-actions"
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?
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.