Install all dependencies in an authenticated way (https)
git:// is unauthenticated!!!
This commit is contained in:
parent
4f30248a49
commit
897d31e340
4 changed files with 9 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue