forked from tranpl/redcap-external-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeploy.json
More file actions
29 lines (29 loc) · 693 Bytes
/
deploy.json
File metadata and controls
29 lines (29 loc) · 693 Bytes
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
{
"SRC": "/app001/www/redcap/external_modules",
"DEST_DIR": "/app001/www/redcap/",
"RFLAGS": "--exclude 'deploy.json' --delete -avzcO -e ssh",
"EXCLUDES": [
".idea",
".git*"
],
"DEFAULTS": {
"run_tests": true,
"run_predeploy": true,
"run_postdeploy": true,
"deploy_staging": false,
"deploy_production": true,
"create_tag": true
},
"SCRIPTS": [
{
"type": "test",
"environments": ["local"],
"dir": "{{SRC}}",
"cmds": [
"./predeploy.sh",
"./run-tests.sh"
],
"confirm": true
}
]
}