fix: portainer webhook deployment
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 9s
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 9s
This commit is contained in:
parent
3c36391d20
commit
d0370f515b
@ -25,9 +25,5 @@ jobs:
|
||||
docker push ${{ secrets.DOCKER_USERNAME }}/web:latest
|
||||
|
||||
- name: Trigger Portainer Webhook
|
||||
uses: peter-evans/http-post-action@v1
|
||||
with:
|
||||
url: ${{ secrets.PORTAINER_WEBHOOK_URL }}
|
||||
method: 'POST'
|
||||
headers: 'Content-Type: application/json'
|
||||
body: '{}'
|
||||
run: |
|
||||
curl -X POST ${{ secrets.PORTAINER_WEBHOOK_URL }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user