aboutsummaryrefslogtreecommitdiffstats
path: root/config/deploy.yml.example
blob: 93aba439ace5b7691fb1daf8b691a72651332132 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Site-specific deployment configuration lives in this file
production:
  repository: git://github.com/mysociety/alaveteli.git
  branch: master
  server: www.example.com
  user: deploy
  rails_env: production
  deploy_to: /srv/www/alaveteli_production
  daemon_name: alaveteli
staging:
  repository: git://github.com/mysociety/alaveteli.git
  branch: develop
  server: test.example.com
  user: deploy
  rails_env: production
  deploy_to: /srv/www/alaveteli_staging
  daemon_name: alaveteli_staging