:teste
Build and Deploy Vendaweb React / Build Docker Image and Push to Harbor (push) Successful in 4m41s
Details
Build and Deploy Vendaweb React / Build Docker Image and Push to Harbor (push) Successful in 4m41s
Details
This commit is contained in:
parent
21bea4e9aa
commit
0e57904218
|
|
@ -55,7 +55,13 @@ jobs:
|
||||||
- name: Notificar Portainer via Webhook
|
- name: Notificar Portainer via Webhook
|
||||||
if: success()
|
if: success()
|
||||||
run: |
|
run: |
|
||||||
curl -f -X POST "${{ secrets.PORTAINER_WEBHOOK_FRONT }}"
|
echo "Notificando Portainer para atualizar o container..."
|
||||||
|
curl -f -X POST "${{ secrets.PORTAINER_WEBHOOK_FRONT }}" \
|
||||||
|
--max-time 30 \
|
||||||
|
--retry 3 \
|
||||||
|
--retry-delay 2 \
|
||||||
|
-v
|
||||||
|
echo "Webhook do Portainer executado com sucesso!"
|
||||||
|
|
||||||
- name: Cleanup
|
- name: Cleanup
|
||||||
if: always()
|
if: always()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue