sudo berechtigung zur rsync installation wieder entfernt
All checks were successful
Deploy Nyla Frontend / build-and-deploy (push) Successful in 10m28s

This commit is contained in:
Ida 2026-05-21 08:55:29 +02:00
parent 9d18e743bc
commit 1a4f18392c

View file

@ -35,7 +35,8 @@ jobs:
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
run: |
sudo apt-get install -y rsync mkdir -p ~/.ssh
apt-get update && 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