Skip to content

Commit a77df18

Browse files
authored
Update cd.yml
1 parent 7d7afc4 commit a77df18

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/cd.yml

+8
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,11 @@ jobs:
3333
with:
3434
github_token: ${{ secrets.GITHUB_TOKEN }}
3535
publish_dir: ./out
36+
- name: syncfile
37+
uses: SamKirkland/[email protected]
38+
with:
39+
server: wh-nb3if1wq7i6udh1xtsb.my3w.com
40+
username: ${{ secrets.FTPUSERNAME }}
41+
password: ${{ secrets.FTPPASSWORD }}
42+
local-dir: ./out/
43+
server-dir: htdocs/

0 commit comments

Comments
 (0)