Install all dependencies in an authenticated way (https)

git:// is unauthenticated!!!
This commit is contained in:
Robin Schneider 2017-04-09 19:03:30 +02:00 committed by wvengen
parent 4f30248a49
commit 897d31e340
4 changed files with 9 additions and 9 deletions

View file

@ -12,7 +12,7 @@ set :application, 'foodsoft' # application name (whatever you
set :domain, 'order.foodcoop.test' # host
set :user, 'deploy' # ssh deploy user
set :keep_releases, 10
set :repo_url, 'git://github.com/foodcoops/foodsoft.git'
set :repo_url, 'https://github.com/foodcoops/foodsoft.git'
set :deploy_to, "/www/apps/#{fetch :application}-#{fetch :stage}"
# more settings which are probably ok