This commit is contained in:
@@ -40,7 +40,7 @@ jobs:
|
||||
run: |
|
||||
set -e
|
||||
# Install rsync and openssh-client for Alpine
|
||||
apk add --no-cache rsync openssh-client
|
||||
sudo apk add --no-cache rsync openssh-client
|
||||
# Setup SSH key for rsync
|
||||
mkdir -p ~/.ssh
|
||||
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
|
||||
|
||||
Reference in New Issue
Block a user