Commit 9a4dd080f5b4909f8cae59d7d2f4dc19ff828fa9
Exists in
master
and in
1 other branch
Merge pull request #639 from marciotoze/patch-1
Updated errbit repository url in config example
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/config.example.yml
... | ... | @@ -73,7 +73,7 @@ deployment: |
73 | 73 | web: errbit.example.com |
74 | 74 | app: errbit.example.com |
75 | 75 | db: errbit.example.com |
76 | - repository: http://github.com/errbit/errbit.git | |
76 | + repository: https://github.com/errbit/errbit.git | |
77 | 77 | branch: master |
78 | 78 | user: deploy |
79 | 79 | deploy_to: /var/www/apps/errbit | ... | ... |