This repository has been archived on 2025-11-16. You can view files and clone it, but cannot push or open issues or pull requests.
Files
swarm-production/.gitea/workflows/reload-caddy.yml
2025-10-26 09:00:38 -04:00

17 lines
372 B
YAML

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