diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 3af6450..2cf32f9 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -27,7 +27,7 @@ jobs: run: | mkdir -p ~/.ssh echo "${{ secrets.DEPLOY_KEY_LOCATION }}" > ~/.ssh/id_ed25519 - chmod 600 ~/.ssh/id_ed25519 + chmod 644 ~/.ssh/id_ed25519 # Add the container host to known_hosts ssh-keyscan -H ${{ secrets.DEPLOY_HOST }} >> ~/.ssh/known_hosts