Switch Gitea deploy workflow to local runner mode
Some checks failed
Redeploy Docker Compose / redeploy (push) Failing after 2s
Some checks failed
Redeploy Docker Compose / redeploy (push) Failing after 2s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user