Answer the question
In order to leave comments, you need to log in
The project does not deploy to hosting?
HELP ME PLEASE!
I already hesitated
In general, there is a site on openCart. It is already hosted, but I would like to deploy changes via gulp (vinyl-ftp). registered in gulpfile.js
gulp.task('deploy', function() {
var conn = ftp.create({
host: 'хост',
user: 'юзер',
password: 'пароль',
parallel: 10,
log: gutil.log
});
var globs = [
'путь откуда выгружаем'
];
return gulp.src(globs, {buffer: false})
.pipe(conn.dest('путь куда выгружаем'));
});
gulp deploy
and at first everything goes fine, but then ... a Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question