aboutsummaryrefslogtreecommitdiffstats
path: root/config/deploy.yml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config/deploy.yml.example')
-rw-r--r--config/deploy.yml.example13
1 files changed, 13 insertions, 0 deletions
diff --git a/config/deploy.yml.example b/config/deploy.yml.example
new file mode 100644
index 000000000..aea045dff
--- /dev/null
+++ b/config/deploy.yml.example
@@ -0,0 +1,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