fixed deploy
Some checks failed
Deploy SingleChat / deploy (push) Failing after 2s

This commit is contained in:
Torsten Schulz (local)
2026-06-15 16:28:09 +02:00
parent 8d7c7d6f2a
commit f6e0b95a1f
3 changed files with 12 additions and 14 deletions

View File

@@ -106,10 +106,9 @@ Der Workflow `.gitea/workflows/deploy.yml` deployt bei jedem Push auf `main` per
In Gitea müssen dafür gesetzt sein:
- Repository Variables:
- `PROD_HOST`: Produktionsserver, z.B. `tsschulz.de`
- `PROD_PORT`: SSH-Port, z.B. `2222`
- `PROD_USER`: SSH-User für den Deploy
- `PROD_DEPLOY_SCRIPT`: optional, Standard ist `/usr/local/bin/actualize-singlechat.sh`
- `SSH_HOST`: Produktionsserver, z.B. `rv2756.1blu.de`
- `SSH_PORT`: SSH-Port, z.B. `22`
- `SSH_USER`: SSH-User für den Deploy
- Repository Secret:
- `PROD_SSH_KEY_B64`: privater SSH-Key base64-kodiert