This commit is contained in:
Aaron Fischer 2024-01-09 23:41:36 +01:00
parent 09a14b78e8
commit caff3a6709

View file

@ -5,7 +5,7 @@ on:
jobs:
docker-image:
runs-on: docker
runs-on: self-hosted
steps:
# - name: Install dependencies
# run: |
@ -39,6 +39,7 @@ jobs:
#
- name: Deploy via webhook
run: |
apt-get update -qq
apt-get install -y curl
curl -X GET http://host.docker.internal:8100?token=${{ secrets.DEPLOY_TOKEN }}&script=deploy-spaceapi.sh