Skip to content

Commit 52907cf

Browse files
authored
Fix server directory path in deploy.yml
1 parent 67a5c82 commit 52907cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
username: ${{ secrets.FTP_USERNAME }}
2121
password: ${{ secrets.FTP_PASSWORD }}
2222
protocol: ftps
23-
server-dir: /shvtech/
23+
server-dir: shvtech/
2424
exclude: |
2525
**/.git*
2626
**/.git*/**

0 commit comments

Comments
 (0)