sudo berechtigung zur rsync installation
Some checks failed
Deploy Nyla Frontend / build-and-deploy (push) Failing after 5m41s

This commit is contained in:
Ida 2026-05-21 08:47:08 +02:00
parent 638f18cd55
commit 9d18e743bc

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