Commit a78802a77ddeea167c22519ef4abd141aa8114e6
1 parent
7fdddb77
Exists in
master
and in
1 other branch
Updated err bit repository url in config example
github repository is not working with http
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 | ... | ... |