Skip to content

Commit b79d541

Browse files
committed
f
1 parent 43bc002 commit b79d541

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

appveyor.yml

+16-8
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,21 @@ artifacts:
1515
- path: dist\fibjs
1616
name: fibjs
1717
deploy:
18-
provider: GitHub
19-
auth_token:
20-
secure: ay2Xunjqz8yYKc1RsVj+EI0LGbVcj+f1U8ExhwIqih7rgFx3hdqiP0HOzbKriGZJ
21-
artifact: /.*/
22-
draft: false
23-
prerelease: false
24-
on:
25-
appveyor_repo_tag: true
18+
- provider: GitHub
19+
auth_token:
20+
secure: ay2Xunjqz8yYKc1RsVj+EI0LGbVcj+f1U8ExhwIqih7rgFx3hdqiP0HOzbKriGZJ
21+
artifact: /.*/
22+
draft: false
23+
prerelease: false
24+
on:
25+
appveyor_repo_tag: true
26+
- provider: FTP
27+
protocol: sftp
28+
host: fibjs.org
29+
username: ngot
30+
password:
31+
secure: kJWeHMUeFh2hk9iq9mtvtA==
32+
folder: downloads/!APPVEYOR_REPO_TAG_NAME!/
33+
artifact: /.*/
2634

2735
build: off

0 commit comments

Comments
 (0)