Fix apt-get: run update before installing rsync
All checks were successful
Deploy to Server / deploy (push) Successful in 20s
All checks were successful
Deploy to Server / deploy (push) Successful in 20s
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: |
|
run: |
|
||||||
apt-get install -y rsync 2>/dev/null
|
apt-get update -qq && apt-get install -y rsync
|
||||||
echo "${{ secrets.SSH_DEPLOY_KEY }}" > /tmp/deploy_key
|
echo "${{ secrets.SSH_DEPLOY_KEY }}" > /tmp/deploy_key
|
||||||
chmod 600 /tmp/deploy_key
|
chmod 600 /tmp/deploy_key
|
||||||
rsync -avz --delete \
|
rsync -avz --delete \
|
||||||
|
|||||||
Reference in New Issue
Block a user