ci: add Gitea Actions deploy workflow
Build & Deploy / deploy (push) Failing after 19s

This commit is contained in:
Jo
2026-07-06 19:26:00 +02:00
parent 244e4895b4
commit eb6da4c270
3 changed files with 170 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
services:
runner:
image: gitea/act_runner:latest
container_name: gitea-act-runner
restart: unless-stopped
environment:
- GITEA_INSTANCE_URL=http://192.168.5.171:3000
- GITEA_RUNNER_REGISTRATION_TOKEN=${RUNNER_TOKEN}
- GITEA_RUNNER_NAME=portainer-server
- GITEA_RUNNER_LABELS=self-hosted,linux,docker
volumes:
- ./data:/data
- /var/run/docker.sock:/var/run/docker.sock
# Le runner a besoin de docker compose v2
- /usr/local/bin/docker:/usr/local/bin/docker:ro