Skip to content

Commit

Permalink
[#3] Change ftp directory
Browse files Browse the repository at this point in the history
  • Loading branch information
camillagds authored Aug 1, 2018
1 parent bd85e46 commit 9ed2366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ var globs = [
// turn off buffering in gulp.src for best performance

return gulp.src( globs, { base: '.', buffer: false } )
.pipe( conn.newer( '/www/v2' ) ) // only upload newer files
.pipe( conn.dest( '/www/v2' ) );
.pipe( conn.newer( '/home/marialab/www/v2' ) ) // only upload newer files
.pipe( conn.dest( '/home/marialab/www/v2' ) );

});

Expand Down

0 comments on commit 9ed2366

Please sign in to comment.