updated workflows.

This commit is contained in:
2025-10-26 09:00:38 -04:00
parent 4c101b569b
commit cca46ee2a2
2 changed files with 22 additions and 24 deletions

View File

@@ -0,0 +1,17 @@
name: Reload Caddy Proxy
on:
workflow_run:
workflows: ["Deploy Stack to Swarm"]
types:
- completed
jobs:
reload:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Restart Caddy
run: |
echo "🔄 Restarting Caddy..."
docker service update --force caddy_caddy