Commit 9a4dd080f5b4909f8cae59d7d2f4dc19ff828fa9

Authored by Arthur Nogueira Neves
2 parents 7fdddb77 a78802a7
Exists in master and in 1 other branch production

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
... ...