From 9e1451c70aabbb50992554db6c618a9c4e6a5ad7 Mon Sep 17 00:00:00 2001 From: BinarySandia04 Date: Wed, 11 Mar 2026 19:51:07 +0100 Subject: [PATCH] =?UTF-8?q?Nownow=20yes=C2=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 2cf32f9..d1d8f04 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -26,8 +26,8 @@ jobs: - name: Setup SSH inside container run: | mkdir -p ~/.ssh - echo "${{ secrets.DEPLOY_KEY_LOCATION }}" > ~/.ssh/id_ed25519 - chmod 644 ~/.ssh/id_ed25519 + echo "${{ secrets.DEPLOY_KEY }}" > ~/.ssh/id_ed25519 + chmod 600 ~/.ssh/id_ed25519 # Add the container host to known_hosts ssh-keyscan -H ${{ secrets.DEPLOY_HOST }} >> ~/.ssh/known_hosts