This repository has been archived on 2020-01-20. You can view files and clone it, but cannot push or open issues or pull requests.
evolistrano/evolistrano.conf

53 lines
1.1 KiB
Plaintext
Raw Normal View History

2010-10-03 02:43:54 +02:00
###################################
#### 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
2010-10-03 02:43:54 +02:00
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"
2010-10-03 03:04:13 +02:00
# Compute space before deploy
2010-10-03 02:43:54 +02:00
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=""