Skip to content

Commit

Permalink
Update deploy scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUltDev committed Mar 1, 2016
1 parent 714ea5e commit 7b9466a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ export default task('deploy', () => {
host: process.env.FTP_HOST,
user: process.env.FTP_USER,
password: process.env.FTP_PASS,
parallel: 5,
log: console.log
parallel: 3
});

return fs.src(['./build/**'], {buffer: false} )
Expand Down

0 comments on commit 7b9466a

Please sign in to comment.