diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ceedcba..95ec59d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,4 +19,4 @@ jobs: remote-user: stats private-ssh-key: ${{ secrets.SSH_KEY }} destination-path: /var/www/lantaeu/DTCH_DEV/ - rsync-options: --no-times -r + rsync-options: --no-times -r exclude=.git* exclude=*.json