-
Notifications
You must be signed in to change notification settings - Fork 3
/
build.properties.dist
46 lines (36 loc) · 1.09 KB
/
build.properties.dist
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
;-- deploy basedir --
basedir=/srv/example.org
;-- deploy user --
;ndeploy.user=www-data
;-- application --
application.name=example
application.framework=symfony2
application.repositorydir=/srv/example.org/src/example
application.deploydir=/srv/example.org/current
application.releasesdir=/srv/example.org/releases
application.releaseskept=100
;-- scm properties --
scm.type=git
scm.repository=ssh://[email protected]/example.git
scm.ref=tags/latest
;-- shared files --
shared.files=vendor,app/config/parameters.yml,app/log.app/data
;-- vendor --
vendor=composer
vendor.command=update
;-- maintenance --
;maintenance=false
;maintenance.source=app/Resources/maintenance.html
;maintenance.destination=web/maintenance.html
;maintenance.remove=true
;-- hash --
;hash=true
;hash.file=app/config/parameters_assets.yml,app/config/parameters_assets.yml
;-- version --
;version=true
;version.file=app/config/parameters_assets.yml,app/config/parameters_version.yml
;-- lock --
;lock=true
;lock.file=/srv/example.org/releases/ndeploy-example.lock
;-- ndpeloy build target's basedir --
ndeploy.basedir=/opt/ndeploy