fix action

This commit is contained in:
olebeck 2023-03-10 10:52:59 +01:00
parent f2dc5000dc
commit b73ef84c1f
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ jobs:
- name: Deploy with rsync
if: ${{ env.SSH_HOST != '' }}
run: rsync -avz ./updates/ olebeck@${SSH_HOST}:/var/www/updates/
run: rsync -avzO ./updates/ olebeck@${SSH_HOST}:/var/www/updates/
env:
SSH_HOST: ${{ secrets.SSH_HOST }}