Update .forgejo/workflows/docker-image.yaml
All checks were successful
/ docker-image (push) Successful in 1s

This commit is contained in:
Aaron Fischer 2024-01-09 23:50:29 +01:00
parent 5440372c6f
commit c3ae568a71

View file

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