From a9ec8f8403c9fb460706aaef08d1ea14a1dd73c5 Mon Sep 17 00:00:00 2001 From: watsonb8 Date: Wed, 5 Jun 2024 18:19:38 -0500 Subject: [PATCH] WIP --- .gitea/workflows/ci.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 5b4d912..7577a10 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -35,7 +35,9 @@ jobs: publish_tagged: name: Publish Latest - needs: version + needs: + - build + - version steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 @@ -56,9 +58,13 @@ jobs: run: | env mkdir -p ~/.ssh + echo 1 echo "${{ secrets.HOMEBRIDGE_SSH_KEY }}" > ~/.ssh/id_rsa + echo 2 chmod 600 ~/.ssh/id_rsa + echo 3 ssh-keyscan -p 22 homebridge.me >> ~/.ssh/known_hosts + echo 4 sudo apt-get install sshpass - name: Remove old Package