deploy fix
Some checks failed
Deploy SingleChat / deploy (push) Failing after 13s

This commit is contained in:
Torsten Schulz (local)
2026-06-15 16:38:01 +02:00
parent f6e0b95a1f
commit c48c833b65
3 changed files with 25 additions and 4 deletions

View File

@@ -101,7 +101,7 @@ sudo systemctl stop singlechat
### Automatisch per Gitea Actions
Der Workflow `.gitea/workflows/deploy.yml` deployt bei jedem Push auf `main` per SSH auf den Produktionsserver und startet dort das Rollout-Skript.
Der Workflow `.gitea/workflows/deploy.yml` deployt bei jedem Push auf `main` per SSH auf den Produktionsserver, installiert dort das aktuelle Rollout-Skript und startet es.
In Gitea müssen dafür gesetzt sein:
@@ -112,7 +112,7 @@ In Gitea müssen dafür gesetzt sein:
- Repository Secret:
- `PROD_SSH_KEY_B64`: privater SSH-Key base64-kodiert
Auf dem Produktionsserver das Rollout-Skript installieren:
Das Rollout-Skript kann bei Bedarf auch manuell installiert und getestet werden:
```bash
sudo install -m 755 scripts/actualize-singlechat.sh /usr/local/bin/actualize-singlechat.sh