reload caddy for caddyfile on deployment
Some checks failed
Deploy Containers / Prepare (push) Failing after 4s

This commit is contained in:
2025-08-01 11:27:33 -04:00
parent 4045dec352
commit 8ae14800d1
4 changed files with 18 additions and 20 deletions

View File

@@ -7,6 +7,9 @@
tags: gitea-runner_deploy
tasks:
- name: Generate Caddyfile
import_tasks: roles/caddy/tasks/create.yml
tags: caddyfile_deploy
- name: Deploy Glance
import_tasks: tasks/glance.yml
tags: glance_deploy
@@ -84,6 +87,9 @@
tags: caddy_deploy
tasks:
- name: Generate Caddyfile
import_tasks: roles/caddy/tasks/create.yml
tags: caddyfile_deploy
- name: Deploy Gitea
import_tasks: tasks/gitea.yml
tags: gitea_deploy