diff options
author | Henare Degan <henare.degan@gmail.com> | 2013-03-16 16:59:19 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2013-03-16 16:59:19 +1100 |
commit | fcfebb0df90dde1a3ec5bd9a69d38924b9e69eec (patch) | |
tree | cd75b8d148bc3d0a50b06ea645df166751b9c64f | |
parent | 512d8e3d1845e327740acc2f7326e72b23d0d604 (diff) |
Correct URLs in example file
-rw-r--r-- | config/deploy.yml.example | 4 |
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 |