Update .forgejo/workflows/docker-image.yaml
Some checks failed
/ docker-image (push) Failing after 1s
Some checks failed
/ docker-image (push) Failing after 1s
This commit is contained in:
parent
e3d2f4e4f8
commit
5440372c6f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue