Merge pull request #392 from kinode-dao/dp/on-demand-buildserver

Dp/on demand buildserver
This commit is contained in:
doria 2024-06-12 03:02:51 +09:00 committed by GitHub
commit c76adab558
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,11 +13,10 @@ jobs:
- name: build and deploy kinode
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.SSH_HOST }}
host: ${{ secrets.SSH_API_HOST }}
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_ED25519KEY }}
key: ${{ secrets.SSH_API_ED25519KEY }}
port: ${{ secrets.SSH_PORT }}
command_timeout: 60m
script: |
cd ~
./build-kinode.sh
curl -X PUT http://localhost:8000/monitor/build-kinode