Skip to content

Commit 61b98d9

Browse files
author
Jordalgo
committed
fixed deploy script
Change-Id: Ibda5100663809a48a0c5dd1a5811d06488e33403
1 parent 538a906 commit 61b98d9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

deploy.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ function rsync() {
2121
'-avz',
2222
'--exclude-from',
2323
'rsync-exclude-list.txt',
24-
'./ ',
24+
'./',
2525
buildConf.remote
26-
],
27-
{ cwd: './' }
26+
]
2827
);
2928

3029
r.stdout.pipe(process.stdout);

0 commit comments

Comments
 (0)