move gitea to role, fix deploy script
Some checks failed
Deploy Containers / Prepare (push) Failing after 12s

This commit is contained in:
2025-07-29 21:16:54 -04:00
parent 62ef1172eb
commit c8cceee3a9
6 changed files with 241 additions and 205 deletions

View File

@@ -3,6 +3,8 @@
roles:
- role: caddy
tags: caddy_deploy
- role: gitea-runner
tags: gitea-runner_deploy
tasks:
- name: Deploy Glance
@@ -59,6 +61,3 @@
- name: Deploy Immich
import_tasks: tasks/immich.yml
tags: immich_deploy
- name: Deploy Gitea Runner
import_tasks: tasks/gitea-runner.yml
tags: gitea-runner_deploy