Skip to content

Commit 382dc03

Browse files
authored
ci: Update deploy-to-server.yml
1 parent a8b2eb9 commit 382dc03

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-to-server.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ jobs:
77
steps:
88
- name: Check
99
uses: actions/checkout@v4
10-
1110
- name: ssh deploy
1211
uses: easingthemes/[email protected]
1312
with:
@@ -19,4 +18,4 @@ jobs:
1918
# Arguments to pass to rsync
2019
ARGS: "-rltgoDzvO --delete"
2120
# An array of folder to exclude
22-
EXCLUDE: ".git/"
21+
EXCLUDE: ".git/"

0 commit comments

Comments
 (0)