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:47:08 +01:00
parent 5e2315a3ed
commit e3d2f4e4f8

View file

@ -39,7 +39,6 @@ jobs:
#
- name: Deploy via webhook
run: |
#apt-get update -qq
#apt-get install -y curl
apk add curl
curl -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"