diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 410a9d0..13456d0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: - name: Deploy files with rsync run: | - rsync -z --delete .dist/ root@${{secrets.HOST}}:/var/www/about-me/ + rsync -rz --delete .dist/ root@${{secrets.HOST}}:/var/www/about-me/ - name: Clean up ssh files for some reason run: |