add redeploy in portainer step
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 5m44s

This commit is contained in:
2026-01-25 16:01:56 +07:00
parent 0a9dc5cdfc
commit f557585d85
2 changed files with 6 additions and 2 deletions

View File

@@ -38,3 +38,7 @@ jobs:
--tag ${{ env.REGISTRY_HOST }}/drholy/n8n-ffmpeg-proxy:${{ env.sha_short }} \
--tag ${{ env.REGISTRY_HOST }}/drholy/n8n-ffmpeg-proxy:latest \
.
- name: Redeploy stack in Portainer
run: |
curl -X POST "${{ secrets.PORTAINER_WEBHOOK_URL }}"

View File

@@ -22,4 +22,4 @@ iptables -t nat -A OUTPUT -p tcp -d 172.16.0.0/12 -j RETURN 2>/dev/null || true
iptables -t nat -A OUTPUT -p tcp -j REDIRECT --to-ports 12345 2>/dev/null || true
# Start n8n
exec n8n start
exec n8n