sudo berechtigung zur rsync installation

This commit is contained in:
Ida 2026-05-21 08:47:08 +02:00
parent 42ca066474
commit 4f7afb6123

View file

@ -35,8 +35,7 @@ jobs:
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
run: |
apt-get install -y rsync 2>/dev/null || true
mkdir -p ~/.ssh
sudo apt-get install -y rsync mkdir -p ~/.ssh
echo "$SSH_PRIVATE_KEY" > ~/.ssh/deploy_key
chmod 600 ~/.ssh/deploy_key
echo "StrictHostKeyChecking=no" >> ~/.ssh/config