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