You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.1 KiB
Plaintext
53 lines
1.1 KiB
Plaintext
###################################
|
|
#### Evolistrano Configuration ####
|
|
###################################
|
|
|
|
# WWW list
|
|
wwwlist="www00.example.com www01.example.com www02.example.com"
|
|
|
|
# sub DocumentRoot (DocumentRoot will be $subdocroot/prod/current)
|
|
subdocroot="/srv/www"
|
|
|
|
# Exclude list for deploying
|
|
excludelist="--exclude global.ini --exclude database.ini --exclude config.ini"
|
|
|
|
# Static (CSS/JS/IMG/etc.) list
|
|
# TODO: Amazon S3/CloudFront support
|
|
staticlist="static00.example.com static01.example.com"
|
|
|
|
# SSH key
|
|
sshkey="deploy.key"
|
|
|
|
# SSH port
|
|
sshport="22"
|
|
|
|
# logs
|
|
logdir="log"
|
|
|
|
# tmp dir
|
|
tmpdir="/var/tmp"
|
|
|
|
# Deploy SSH/RSYNC users
|
|
deployproduser="deploy"
|
|
deploypreproduser="deploy-preprod"
|
|
|
|
# Compute space before deploy
|
|
calculspace="true"
|
|
|
|
# Stop HTTP service waiting last deploy
|
|
veryhighcritical="true"
|
|
|
|
# Use hardlinks ?
|
|
usehardlinks="true"
|
|
|
|
# SVN branch path for WWW code
|
|
# TODO: Git support
|
|
svnpath="file:////svn/project/branches/stable"
|
|
|
|
# Path for static files in repository
|
|
staticfilesdir="static"
|
|
|
|
# email address for notification (empty if no notification)
|
|
mailnotif=""
|
|
|