firts
This commit is contained in:
parent
c429e603d7
commit
a2c1ad60a1
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
- name: Trigger Portainer Webhook
|
||||
if: success()
|
||||
run: |
|
||||
RESPONSE=$(curl -X POST "${{ secrets.PORTAINER_WEBHOOK_FRONT }}" -w "\n%{http_code}" -s -o /dev/null)
|
||||
RESPONSE=$(curl -X POST "${{ secrets.PORTAINER_WEBHOOK_FRONT }}" -w "%{http_code}" -s -o /dev/null)
|
||||
if [ "$RESPONSE" -eq 200 ] || [ "$RESPONSE" -eq 201 ]; then
|
||||
exit 0
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue