: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
|
||||
if: success()
|
||||
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
|
||||
if: always()
|
||||
|
|
|
|||
Loading…
Reference in New Issue