ci: update deploy workflow for existing runner
Some checks failed
Build and Deploy / deploy (push) Has been cancelled

This commit is contained in:
Pepe Ziberi
2026-04-26 19:27:35 +02:00
parent eb8566423f
commit 62a5a56dea
3 changed files with 42 additions and 34 deletions

View File

@@ -0,0 +1,23 @@
##############################################
# Gitea Actions Runner — Portainer Stack
#
# In Portainer deployen:
# 1. Stacks → Add Stack → "gitea-runner"
# 2. Diese YAML einfügen
# 3. Deploy
##############################################
services:
runner:
image: gitea/act_runner:latest
restart: unless-stopped
environment:
GITEA_INSTANCE_URL: https://git.purepixel.ch
GITEA_RUNNER_REGISTRATION_TOKEN: ${RUNNER_TOKEN}
GITEA_RUNNER_NAME: lageplan-runner
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- runner_data:/data
volumes:
runner_data: