:teste
Build and Deploy Vendaweb React / Build Docker Image and Push to Harbor (push) Successful in 4m41s Details

This commit is contained in:
JuruSysadmin 2026-01-08 11:39:44 -03:00
parent 21bea4e9aa
commit 0e57904218
1 changed files with 7 additions and 1 deletions

View File

@ -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()