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