mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-04-22 19:02:10 +00:00
fix V2
This commit is contained in:
parent
0e275e3417
commit
2d050f952d
@ -4,7 +4,7 @@ var args = require("yargs").argv;
|
||||
|
||||
gulp.task('deploy', function() {
|
||||
if(args.password == undefined) return
|
||||
return gulp.src('project/**/*')
|
||||
return gulp.src(['project/**/*', 'project/.*'])
|
||||
.pipe(sftp({
|
||||
host: 'ftp.cluster020.hosting.ovh.net',
|
||||
user: 'deltawinbo',
|
||||
|
Loading…
x
Reference in New Issue
Block a user