V
V
Vitya Podpriklopolny2018-05-12 22:01:26
opencart
Vitya Podpriklopolny, 2018-05-12 22:01:26

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('путь куда выгружаем'));
});


and after that, with a clear conscience, I open the terminal, register gulp deployand at first everything goes fine, but then ... a

5af739d2a86b0446006359.png

footcloth!

Maybe I'm misunderstanding something??
Help me please!

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question