diff options
Diffstat (limited to 'config/general.yml-example')
-rw-r--r-- | config/general.yml-example | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/config/general.yml-example b/config/general.yml-example index a1676ad75..a6f657d96 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -157,19 +157,3 @@ VARNISH_HOST: localhost # Adding a value here will enable Google Analytics on all non-admin pages. GA_CODE: '' - -## Capistrano Deployment -# -# This section contains site-specific config that allows you to deploy -# Alaveteli using Capistrano -deployment: - production: - repository: git@github.com:mysociety/alaveteli.git - branch: master - server: www.example.com - path: /srv/www/alaveteli_production - staging: - repository: git@github.com:mysociety/alaveteli.git - branch: develop - server: test.example.com - path: /srv/www/alaveteli_staging |