fix: portainer webhook deployment
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 9s

This commit is contained in:
gfxv 2025-03-03 20:32:10 +03:00
parent 3c36391d20
commit d0370f515b

View File

@ -25,9 +25,5 @@ jobs:
docker push ${{ secrets.DOCKER_USERNAME }}/web:latest docker push ${{ secrets.DOCKER_USERNAME }}/web:latest
- name: Trigger Portainer Webhook - name: Trigger Portainer Webhook
uses: peter-evans/http-post-action@v1 run: |
with: curl -X POST ${{ secrets.PORTAINER_WEBHOOK_URL }}
url: ${{ secrets.PORTAINER_WEBHOOK_URL }}
method: 'POST'
headers: 'Content-Type: application/json'
body: '{}'