Switch Gitea deploy workflow to local runner mode
Some checks failed
Redeploy Docker Compose / redeploy (push) Failing after 2s

This commit is contained in:
2026-03-26 19:03:48 +01:00
parent a91cfb8cb1
commit 6b02571d50
3 changed files with 8 additions and 55 deletions

View File

@@ -3,8 +3,7 @@
## 0.5.1 - 2026-03-26
- Added Gitea Actions workflow for automatic Docker Compose redeploy on `main` updates:
- New workflow file: `.gitea/workflows/redeploy-compose.yml`.
- Uses SSH to connect to deployment host and run `git pull` + `docker compose up -d --build --remove-orphans`.
- Supports optional `DEPLOY_PORT` secret (defaults to `22`).
- Runs locally on the Gitea runner host and executes `git pull` + `docker compose up -d --build --remove-orphans`.
- Updated `README.md` with Gitea deployment workflow setup and required secrets.
## 0.5.0 - 2026-03-26