From 2958b11a5d2ac472c3313abf6e2f7c1c969773b1 Mon Sep 17 00:00:00 2001 From: Simon Rey Date: Fri, 8 Nov 2024 18:39:56 +0100 Subject: [PATCH] Build Action --- .github/workflows/build_and_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index cf02b67..9e32606 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -66,4 +66,4 @@ jobs: SERVER_USER: ${{ secrets.SSH_USERNAME }} SERVER_HOST: ${{ secrets.SSH_HOST }} run: | - scp -i ssh_key -o StrictHostKeyChecking=no build.zip $SERVER_USER@$SERVER_HOST:~/latest_build.zip \ No newline at end of file + scp -i ~/.ssh/ssh_key -o StrictHostKeyChecking=no build.zip $SERVER_USER@$SERVER_HOST:~/latest_build.zip \ No newline at end of file