Aktualisiere Produktions-Deployment-Workflow zur Verwendung von Git Fast-Forward vor dem Ausführen des Deploy-Skripts
Some checks failed
Deploy production / deploy (push) Failing after 1s

This commit is contained in:
Torsten Schulz (local)
2026-08-26 15:45:27 +02:00
parent b2431f1e16
commit 51acff261e
2 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
# Automatisches Produktions-Deployment
Der Workflow `workflows/deploy-production.yml` startet bei jedem Push auf
`main` das Script `deploy-production.sh` im Produktions-Checkout
`/var/www/timeclock`.
Der Workflow `workflows/deploy-production.yml` aktualisiert bei jedem Push auf
`main` zunächst den Produktions-Checkout `/var/www/timeclock` per
Fast-forward und startet dann `deploy-production.sh`.
Einmalig im Gitea-Repository konfigurieren: