add deploy workflow
Some checks failed
Deploy Containers / Prepare (push) Has been cancelled

This commit is contained in:
2025-07-29 19:59:50 -04:00
parent f046245080
commit 91cd66debe
5 changed files with 228 additions and 165 deletions

13
tasks/gitea-runner.yml Normal file
View File

@@ -0,0 +1,13 @@
---
- name: Create Gitea Runner Docker Container
docker_container:
name: gitea_runner
image: docker.io/gitea/act_runner:nightly
restart_policy: unless-stopped
recreate: true
network_mode: host
env:
GITEA_INSTANCE_URL: "{{ GITEA_INSTANCE_URL }}"
GITEA_RUNNER_REGISTRATION_TOKEN: "{{ GITEA_RUNNER_REGISTRATION_TOKEN }}"
GITEA_RUNNER_NAME: "{{ GITEA_RUNNER_NAME }}"
GITEA_RUNNER_LABELS: "{{ GITEA_RUNNER_LABELS }}"