From b6002f57f86fae86f59f034e59508550b87010dd Mon Sep 17 00:00:00 2001 From: "hq_1980@hotmail.com" Date: Fri, 28 Dec 2018 22:35:13 +0800 Subject: [PATCH] Update gulpfile.js --- o2web/gulpfile.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/o2web/gulpfile.js b/o2web/gulpfile.js index 486302441f..2b4fc8c89f 100644 --- a/o2web/gulpfile.js +++ b/o2web/gulpfile.js @@ -104,10 +104,10 @@ var apps = [ ]; var uploadOptions = { - 'location': 'E:/o2server/servers/webServer/', - 'host': 'dev.o2oa.net', - 'user': 'xadmin', - 'pass': 'xadmin', + 'location': '', + 'host': '', + 'user': '', + 'pass': '', "remotePath": "/" }; var options = minimist(process.argv.slice(2), {//upload: local ftp or sftp -- GitLab