Skip to content

Commit 8ba4ae7

Browse files
committed
Update
1 parent 1254d06 commit 8ba4ae7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gulpfile.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ gulp.task('rsync', function() {
115115
root: 'dist/',
116116
hostname: '[email protected]',
117117
destination: 'yousite/public_html/',
118+
// include: ['*.htaccess'], // Скрытые файлы, которые необходимо включить в деплой
119+
recursive: true,
118120
archive: true,
119121
silent: false,
120122
compress: true

0 commit comments

Comments
 (0)