feat(subscribe): --prune flag removes all stale webhooks first
All checks were successful
Deploy Max Bot Test / deploy (push) Successful in 12s

Pipeline uses --prune so old tuna/test subscriptions don't linger after deploy.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
pkirillw
2026-06-18 00:44:40 +03:00
parent 98144779ef
commit bd5304ec5e
2 changed files with 12 additions and 1 deletions

View File

@@ -65,7 +65,7 @@ jobs:
fi
ssh -i ~/.ssh/id_rsa -p ${{ vars.SERVER_PORT }} ${{ vars.SERVER_USER }}@${{ vars.SERVER_HOST }} "
cd /home/pkirillw/dockered-services/max-bot-test && \
docker compose exec -T app bin/console webhook:subscribe"
docker compose exec -T app bin/console webhook:subscribe --prune"
- name: Health check
run: |