Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update deploy tast
  • Loading branch information
moklick committed Dec 8, 2014
1 parent a68451e commit 267ded5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gulpfile.js
Expand Up @@ -119,6 +119,10 @@ gulp.task('clean', function(cb) {
gulp.task('deploy', function() {
return gulp.src(dist + '**')
.pipe($.rsync({
root: 'dist',
recursive: true,
compress: true,
progress: true,
hostname: config.rsync.host,
destination: config.rsync.dest
}));
Expand Down

0 comments on commit 267ded5

Please sign in to comment.