-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfis-conf.js
174 lines (174 loc) · 6.57 KB
/
fis-conf.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
/*global fis*/
/*
* fis.config.set('settings.smarty', {
* left_delimiter: '{',
* right_delimiter: '}'
* });
*/
fis.config.merge({
namespace: 'manage',
/*pack: {
'static/pkg/aio.css': [
'static/base/base.css',
/^\/widget\/(.*\.css)$/i
],
'static/pkg/aio.js': [
'static/modjs/mod.js',
/^\/widget\/(.*\.js)$/i
]
},*/
deploy: {
hug: [
{
receiver: 'http://182.92.65.13/fisupload.php',
from: '/static',
subOnly: true,
to: '/home/work/mr-hug.com/backend/web/static',
/*to: '/home/work/mr-hug.com/backend/assets/',*/
exclude: /.*\.(?:svn|cvs|tar|rar|psd).*/
}, {
receiver: 'http://182.92.65.13/fisupload.php',
from: '/config',
to: '/home/work/mr-hug.com/backend/runtime/Smarty/config',
subOnly: true,
exclude: /.*\.(?:svn|cvs|tar|rar|psd).*/
}, {
receiver: 'http://182.92.65.13/fisupload.php',
from: '/template',
to: '/home/work/mr-hug.com/backend/views/',
subOnly: true,
exclude: /.*\.(?:svn|cvs|tar|rar|psd).*/
}
],
tour: [
{
receiver: 'http://182.92.65.13/fisupload.php',
from: '/static',
subOnly: true,
to: '/home/work/tour/backend/web/static',
exclude: /.*\.(?:svn|cvs|tar|rar|psd).*/
}, {
receiver: 'http://182.92.65.13/fisupload.php',
from: '/config',
to: '/home/work/tour/backend/runtime/Smarty/config',
subOnly: true,
exclude: /.*\.(?:svn|cvs|tar|rar|psd).*/
}, {
receiver: 'http://182.92.65.13/fisupload.php',
from: '/template',
to: '/home/work/tour/backend/views/',
subOnly: true,
exclude: /.*\.(?:svn|cvs|tar|rar|psd).*/
}
],
test: [
{
receiver: 'http://182.92.65.13:8887/fisupload.php',
from: '/static',
subOnly: true,
to: '/home/work/odp/webroot/tour/backend/web/static',
/*to: '/home/work/odp/webroot/tour/backend/assets/',*/
exclude: /.*\.(?:svn|cvs|tar|rar|psd).*/
}, {
receiver: 'http://182.92.65.13:8887/fisupload.php',
from: '/config',
to: '/home/work/odp/webroot/tour/backend/runtime/Smarty/config',
subOnly: true,
exclude: /.*\.(?:svn|cvs|tar|rar|psd).*/
}, {
receiver: 'http://182.92.65.13:8887/fisupload.php',
from: '/template',
to: '/home/work/odp/webroot/tour/backend/views/',
subOnly: true,
exclude: /.*\.(?:svn|cvs|tar|rar|psd).*/
}
],
dingrui: [
{
receiver: 'http://localhost:7889/fisupload.php',
from: '/static',
subOnly: true,
to: '/Users/dingrui/workspace/money/tour_gitlab/backend/web/static/',
/*to: '/home/work/odp/webroot/tour/frontend/assets/',*/
exclude: /.*\.(?:svn|cvs|tar|rar|psd).*/
}, {
receiver: 'http://localhost:7889/fisupload.php',
from: '/config',
to: '/Users/dingrui/workspace/money/tour_gitlab/backend/runtime/Smarty/config',
subOnly: true,
exclude: /.*\.(?:svn|cvs|tar|rar|psd).*/
}, {
receiver: 'http://localhost:7889/fisupload.php',
from: '/template',
to: '/Users/dingrui/workspace/money/tour_gitlab/backend/views/',
subOnly: true,
exclude: /.*\.(?:svn|cvs|tar|rar|psd).*/
}
],
tip: [
{
receiver: 'http://10.208.119.27:8887/fisupload',
from: '/static',
subOnly: true,
to: '/home/work/odp/webroot/static',
/*to: '/home/work/odp/webroot/tour/frontend/assets/',*/
exclude: /.*\.(?:svn|cvs|tar|rar|psd).*/
}, {
receiver: 'http://10.208.119.27:8887/fisupload',
from: '/config',
to: '/home/work/odp/data/smarty/config/',
subOnly: true,
exclude: /.*\.(?:svn|cvs|tar|rar|psd).*/
}, {
receiver: 'http://10.208.119.27:8887/fisupload',
from: '/template',
to: '/home/work/odp/webroot/tour/frontend/views/',
subOnly: true,
exclude: /.*\.(?:svn|cvs|tar|rar|psd).*/
}
],
test2: [
{
receiver: 'http://10.48.30.182:8887/fisupload.php',
from: '/static',
subOnly: true,
to: '/home/work/odp/webroot/static',
/*to: '/home/work/odp/webroot/tour/frontend/assets/',*/
exclude: /.*\.(?:svn|cvs|tar|rar|psd).*/
}, {
receiver: 'http://10.48.30.182:8887/fisupload.php',
from: '/config',
to: '/home/work/odp/data/smarty/config/',
subOnly: true,
exclude: /.*\.(?:svn|cvs|tar|rar|psd).*/
}, {
receiver: 'http://10.48.30.182:8887/fisupload.php',
from: '/template',
to: '/home/work/odp/webroot/tour/frontend/views/',
subOnly: true,
exclude: /.*\.(?:svn|cvs|tar|rar|psd).*/
}
],
remote: [
{
receiver: 'http://qinfenxiang.cn/fisupload.php',
from: '/static',
subOnly: true,
to: '/home/work/odp/webroot/static/',
exclude: /.*\.(?:svn|cvs|tar|rar|psd).*/
}, {
receiver: 'http://qinfenxiang.cn/fisupload.php',
from: '/config',
to: '/home/work/odp/data/smarty/config/',
subOnly: true,
exclude: /.*\.(?:svn|cvs|tar|rar|psd).*/
}, {
receiver: 'http://qinfenxiang.cn/fisupload.php',
from: '/template',
to: '/home/work/odp/template/',
subOnly: true,
exclude: /.*\.(?:svn|cvs|tar|rar|psd).*/
}
]
}
});