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
5e2315a3ed
commit
e3d2f4e4f8
1 changed files with 2 additions and 3 deletions
|
@ -39,7 +39,6 @@ jobs:
|
||||||
#
|
#
|
||||||
- name: Deploy via webhook
|
- name: Deploy via webhook
|
||||||
run: |
|
run: |
|
||||||
#apt-get update -qq
|
|
||||||
#apt-get install -y curl
|
|
||||||
apk add 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"
|
||||||
|
|
Loading…
Reference in a new issue