use vars.DEPLOY_HOST instead of secrets since hostname is not sensitive

This commit is contained in:
2026-03-15 21:49:29 -04:00
parent 5dd2343d4a
commit b96e94afa6
4 changed files with 8 additions and 5 deletions
+5 -2
View File
@@ -84,9 +84,12 @@ After running the script:
Nginx Proxy Manager certs and Let's Encrypt account keys are encrypted with
git-crypt (see `.gitattributes`). You need the git-crypt key to unlock them.
The following secrets must be configured in the `hantim` Gitea org settings
(Settings > Actions > Secrets) and are shared across all repos:
The following must be configured in the `hantim` Gitea org settings and are
shared across all repos:
Variables (Settings > Actions > Variables):
- `DEPLOY_HOST` -- the server's IP or hostname
Secrets (Settings > Actions > Secrets):
- `DEPLOY_SSH_KEY` -- the SSH private key for the `deploy` user
- `REGISTRY_TOKEN` -- Gitea personal access token for Docker registry login