From be8955171ab36062c28d1c5ca6b09297c2448840 Mon Sep 17 00:00:00 2001 From: ~dolled-possum Date: Tue, 11 Jun 2024 13:57:12 -0400 Subject: [PATCH] new build process --- .github/workflows/release_candidate.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release_candidate.yml b/.github/workflows/release_candidate.yml index b4987815c..d2152aacf 100644 --- a/.github/workflows/release_candidate.yml +++ b/.github/workflows/release_candidate.yml @@ -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