Skip to content

Commit

Permalink
remove password
Browse files Browse the repository at this point in the history
  • Loading branch information
chemdemo committed Aug 27, 2015
1 parent 2034c33 commit c49b005
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: dmyang
* @Date: 2015-06-16 15:19:59
* @Last Modified by: dmyang
* @Last Modified time: 2015-08-27 11:11:03
* @Last Modified time: 2015-08-27 11:16:12
*/

'use strict';
Expand Down Expand Up @@ -69,10 +69,10 @@ gulp.task('deploy', function() {

return gulp.src(assets + '/**')
.pipe(sftp({
host: '192.168.42.14',
host: '[remote server ip]',
remotePath: '/www/app/',
user: 'root',
pass: 'vipshop12300'
user: 'foo',
pass: 'bar'
}));
});

Expand Down

0 comments on commit c49b005

Please sign in to comment.