Remove package installation step as runner already has openssh-client and rsync
Build and deploy Hugo site / build (push) Failing after 7s
Build and deploy Hugo site / build (push) Failing after 7s
This commit is contained in:
@@ -38,8 +38,6 @@ jobs:
|
||||
working-directory: /tmp/hugo-site
|
||||
run: |
|
||||
set -e
|
||||
# Install ssh client and rsync for Alpine
|
||||
apk add --no-cache openssh-client rsync
|
||||
# Setup SSH key
|
||||
mkdir -p ~/.ssh
|
||||
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
|
||||
|
||||
Reference in New Issue
Block a user