sudo berechtigung zur rsync installation wieder entfernt
All checks were successful
Deploy Nyla Frontend / build-and-deploy (push) Successful in 10m28s
All checks were successful
Deploy Nyla Frontend / build-and-deploy (push) Successful in 10m28s
This commit is contained in:
parent
9d18e743bc
commit
1a4f18392c
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,8 @@ jobs:
|
||||||
env:
|
env:
|
||||||
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
|
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
run: |
|
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
|
echo "$SSH_PRIVATE_KEY" > ~/.ssh/deploy_key
|
||||||
chmod 600 ~/.ssh/deploy_key
|
chmod 600 ~/.ssh/deploy_key
|
||||||
echo "StrictHostKeyChecking=no" >> ~/.ssh/config
|
echo "StrictHostKeyChecking=no" >> ~/.ssh/config
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue