diff options
author | Henare Degan <henare.degan@gmail.com> | 2012-09-11 15:06:27 +1000 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2012-09-11 15:06:27 +1000 |
commit | 731ddb0fd39b8441e4cceec8f326b6659b7b2bed (patch) | |
tree | fb14d85cf01c72495f68cd0d97674eed146bc632 | |
parent | 7c0be999690a00c1063decc752b8aa3eac3e86f2 (diff) |
Allow us to get the repository anonymously
-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 39a845062..546d03c8d 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 path: /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 |