diff options
Diffstat (limited to 'config/deploy.yml.example')
-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 |