aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenare Degan <henare.degan@gmail.com>2013-03-16 16:59:19 +1100
committerHenare Degan <henare.degan@gmail.com>2013-03-16 16:59:19 +1100
commitfcfebb0df90dde1a3ec5bd9a69d38924b9e69eec (patch)
treecd75b8d148bc3d0a50b06ea645df166751b9c64f
parent512d8e3d1845e327740acc2f7326e72b23d0d604 (diff)
Correct URLs in example file
-rw-r--r--config/deploy.yml.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/deploy.yml.example b/config/deploy.yml.example
index aea045dff..61931e50e 100644
--- a/config/deploy.yml.example
+++ b/config/deploy.yml.example
@@ -1,12 +1,12 @@
# Site-specific deployment configuration lives in this file
production:
- repository: git://github.com:mysociety/alaveteli.git
+ 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
+ repository: git://github.com/mysociety/alaveteli.git
branch: develop
server: test.example.com
user: deploy