changes
Some checks failed
Deploy Hugo site / deploy (push) Failing after 13s

This commit is contained in:
2026-03-17 00:53:39 +01:00
parent daf6b8f55f
commit b795c0d2c5
3 changed files with 9 additions and 29 deletions

View File

@@ -145,6 +145,9 @@ To use it, you need a Gitea runner and the following repository secrets:
- `DEPLOY_USER`: SSH user used for deployment
- `DEPLOY_PATH`: target directory served by your web server
- `DEPLOY_SSH_KEY`: private SSH key for the deployment user
- `DEPLOY_KNOWN_HOSTS`: optional full `known_hosts` entry to avoid runtime `ssh-keyscan`
Important: `DEPLOY_PORT` is the SSH port used for deployment, not the Nginx or website port. If Nginx serves the site on `8090` but SSH still listens on `22`, then `DEPLOY_PORT` must be `22`.
Example target path: