feat(subscribe): --prune flag removes all stale webhooks first
All checks were successful
Deploy Max Bot Test / deploy (push) Successful in 12s
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:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user