sudo berechtigung zur rsync installation
Some checks failed
Deploy Nyla Frontend / build-and-deploy (push) Failing after 5m41s
Some checks failed
Deploy Nyla Frontend / build-and-deploy (push) Failing after 5m41s
This commit is contained in:
parent
638f18cd55
commit
9d18e743bc
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