Update .gitea/workflows/deploy.yml
All checks were successful
Build and Deploy / build (push) Successful in 2m9s
All checks were successful
Build and Deploy / build (push) Successful in 2m9s
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Deploy to Portainer
|
- name: Deploy to Portainer
|
||||||
run: |
|
run: |
|
||||||
curl --location --request PUT 'https://192.168.1.17:9443/api/stacks/27?endpointId=2' \
|
curl --location --request PUT -k 'https://192.168.1.17:9443/api/stacks/27?endpointId=2' \
|
||||||
--header 'X-API-Key: ${{ secrets.PORTAINER_API_KEY }}' \
|
--header 'X-API-Key: ${{ secrets.PORTAINER_API_KEY }}' \
|
||||||
--header 'Content-Type: application/json' \
|
--header 'Content-Type: application/json' \
|
||||||
--data '{
|
--data '{
|
||||||
|
|||||||
Reference in New Issue
Block a user