Redeploy bug fix.
All checks were successful
Build and Push Docker Image / build (push) Successful in 53s
Build and Push Docker Image / docker (push) Successful in 8s

This commit is contained in:
2025-07-06 10:34:53 +02:00
parent f49705b70f
commit 238202c45b

View File

@ -24,6 +24,6 @@ jobs:
- name: Redeploy Portainer Stack
run: |
curl -X POST "${{ secrets.PORTAINER_URL }}/api/stacks/${{ secrets. PORTAINER_STACK_ID_MESSENGER_API_DEVELOP }}/redeploy" \
curl -k -X POST "${{ secrets.PORTAINER_URL }}/api/stacks/${{ secrets. PORTAINER_STACK_ID_MESSENGER_API_DEVELOP }}/redeploy" \
-H "Authorization: Bearer ${{ secrets.PORTAINER_TOKEN }}" \
-H "Content-Type: application/json"