lanjianrong 4 년 전
부모
커밋
d4da3472e0
1개의 변경된 파일0개의 추가작업 그리고 28개의 파일을 삭제
  1. 0 28
      deploy.config.js

+ 0 - 28
deploy.config.js

@@ -1,28 +0,0 @@
-module.exports = {
-  qa: {
-    script: 'npm run build',
-    host: '192.168.1.76',
-    port: 22,
-    username: 'zongheng',
-    password: 'SmartCost#*%)888',
-    localPath: 'dist',
-    remotePath: '/mnt/html/cld2/console_management',
-    needEmail: false,
-    addressee: '',
-    title: '',
-    content: ''
-  },
-  prod: {
-    script: 'npm run build',
-    host: '120.27.200.79',
-    port: 2222,
-    username: 'zongheng',
-    password: 'zongheng@)!%#*%)ok',
-    localPath: 'dist',
-    remotePath: '/mnt/cld2/console_management',
-    needEmail: false,
-    addressee: '',
-    title: '',
-    content: ''
-  }
-}