From 3369042171aba435e549c0e57d43882fee4301e3 Mon Sep 17 00:00:00 2001 From: Lanta Date: Tue, 26 Sep 2023 15:28:47 +0200 Subject: [PATCH] no json copy --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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