Update .forgejo/workflows/docker-image.yaml
Some checks failed
/ docker-image (push) Failing after 1s

This commit is contained in:
Aaron Fischer 2024-01-09 23:48:51 +01:00
parent e3d2f4e4f8
commit 5440372c6f

View file

@ -40,5 +40,5 @@ jobs:
- name: Deploy via webhook
run: |
apk add curl
curl -v -X GET http://host.docker.internal:8100?token=${{ secrets.DEPLOY_TOKEN }}&script=deploy-spaceapi.sh
curl -v -X GET "http://host.docker.internal:8100?token=${{ secrets.DEPLOY_TOKEN }}&script=deploy-spaceapi.sh"
echo "Finish"