add docker files

This commit is contained in:
canguilieme julien 2024-10-07 21:48:56 +02:00
parent 7e35f197b9
commit 98bc95f1b1

View File

@ -45,7 +45,7 @@ deploy-job:
-H "Authorization: Bearer $PORTAINER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"Prune": true}' \
http://$PORTAINER_URL/api/stacks/$STACK_ID/deploy 2>&1)
https://$PORTAINER_URL/api/stacks/$STACK_ID/deploy 2>&1)
HTTP_CODE=$(echo "$RESPONSE" | grep "< HTTP/" | awk '{print $3}')