From cae79b19450b115d0b052a9123edb3aefce78bba Mon Sep 17 00:00:00 2001 From: "hq_1980@hotmail.com" Date: Fri, 28 Dec 2018 22:33:53 +0800 Subject: [PATCH] gulpfile --- .gitignore | 1 + o2web/.gitignore | 3 ++- o2web/gulpfile.js | 8 ++++---- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 4cae7d4780..de1571f8c0 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /.settings/ /target/ /.svn/ +o2web/gulpfile.js diff --git a/o2web/.gitignore b/o2web/.gitignore index f47d1983fb..f743c192b8 100644 --- a/o2web/.gitignore +++ b/o2web/.gitignore @@ -2,4 +2,5 @@ /dest/ /node_modules/ npm-debug.log -/.svn/ \ No newline at end of file +/.svn/ +gulpfile.js \ No newline at end of file diff --git a/o2web/gulpfile.js b/o2web/gulpfile.js index 2b4fc8c89f..486302441f 100644 --- a/o2web/gulpfile.js +++ b/o2web/gulpfile.js @@ -104,10 +104,10 @@ var apps = [ ]; var uploadOptions = { - 'location': '', - 'host': '', - 'user': '', - 'pass': '', + 'location': 'E:/o2server/servers/webServer/', + 'host': 'dev.o2oa.net', + 'user': 'xadmin', + 'pass': 'xadmin', "remotePath": "/" }; var options = minimist(process.argv.slice(2), {//upload: local ftp or sftp -- GitLab