Skip to content

Commit 1a9bda9

Browse files
author
Parth Shah
committed
git
1 parent 433fe12 commit 1a9bda9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
with:
4747
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
4848
ARGS: "-rlgoDzvc -i --delete"
49-
SOURCE: "."
49+
SOURCE: ""
5050
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
5151
REMOTE_USER: ${{ secrets.REMOTE_USER }}
5252
TARGET: ${{ secrets.REMOTE_TARGET }}
53-
EXCLUDE: "/dist/, /node_modules/"
53+
EXCLUDE: "/dist/, /node_modules/, /.git/"

0 commit comments

Comments
 (0)