Update .forgejo/workflows/docker-image.yaml
All checks were successful
/ docker-image (push) Successful in 1s
All checks were successful
/ docker-image (push) Successful in 1s
This commit is contained in:
parent
5440372c6f
commit
c3ae568a71
1 changed files with 1 additions and 0 deletions
|
@ -40,5 +40,6 @@ jobs:
|
||||||
- name: Deploy via webhook
|
- name: Deploy via webhook
|
||||||
run: |
|
run: |
|
||||||
apk add curl
|
apk add curl
|
||||||
|
# asdf
|
||||||
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"
|
echo "Finish"
|
||||||
|
|
Loading…
Reference in a new issue