Redeploy bug fix.
This commit is contained in:
@ -24,6 +24,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Redeploy Portainer Stack
|
- name: Redeploy Portainer Stack
|
||||||
run: |
|
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 "Authorization: Bearer ${{ secrets.PORTAINER_TOKEN }}" \
|
||||||
-H "Content-Type: application/json"
|
-H "Content-Type: application/json"
|
||||||
Reference in New Issue
Block a user