Fix apt-get: run update before installing rsync
All checks were successful
Deploy to Server / deploy (push) Successful in 20s

This commit is contained in:
Peter Meier
2026-03-15 14:41:18 +01:00
parent 8180ace5e1
commit 40c83afeb3

View File

@@ -25,7 +25,7 @@ jobs:
- name: Deploy
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
chmod 600 /tmp/deploy_key
rsync -avz --delete \