test
This commit is contained in:
parent
09a14b78e8
commit
caff3a6709
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker-image:
|
docker-image:
|
||||||
runs-on: docker
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
# - name: Install dependencies
|
# - name: Install dependencies
|
||||||
# run: |
|
# run: |
|
||||||
|
@ -39,6 +39,7 @@ jobs:
|
||||||
#
|
#
|
||||||
- name: Deploy via webhook
|
- name: Deploy via webhook
|
||||||
run: |
|
run: |
|
||||||
|
|
||||||
apt-get update -qq
|
apt-get update -qq
|
||||||
apt-get install -y curl
|
apt-get install -y curl
|
||||||
curl -X GET http://host.docker.internal:8100?token=${{ secrets.DEPLOY_TOKEN }}&script=deploy-spaceapi.sh
|
curl -X GET http://host.docker.internal:8100?token=${{ secrets.DEPLOY_TOKEN }}&script=deploy-spaceapi.sh
|
||||||
|
|
Loading…
Reference in a new issue