hq_1980@hotmail.com 7 лет назад
Родитель
Сommit
eb31216784
3 измененных файлов с 7 добавлено и 5 удалено
  1. 1 0
      .gitignore
  2. 2 1
      o2web/.gitignore
  3. 4 4
      o2web/gulpfile.js

+ 1 - 0
.gitignore

@@ -5,3 +5,4 @@
 /.settings/
 /target/
 /.svn/
+o2web/gulpfile.js

+ 2 - 1
o2web/.gitignore

@@ -2,4 +2,5 @@
 /dest/
 /node_modules/
 npm-debug.log
-/.svn/
+/.svn/
+gulpfile.js

+ 4 - 4
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