sudo berechtigung zur rsync installation
This commit is contained in:
parent
42ca066474
commit
4f7afb6123
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue