Skip to content

Commit 40b142a

Browse files
committed
excluding ssh is probably a good idea
1 parent 247ff32 commit 40b142a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,7 @@ jobs:
5555
server: ftpupload.net
5656
username: ${{ secrets.FTP_USERNAME }}
5757
password: ${{ secrets.FTP_PASSWORD }}
58-
local-dir: .public/
58+
local-dir: ./public/
5959
server-dir: .htdocs/
60+
exclude: |
61+
*.ssh*

0 commit comments

Comments
 (0)