diff --git a/Gemfile b/Gemfile index 6545c70..7f89174 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ group :development do gem "better_errors" gem "binding_of_caller" - #gem 'web-console', '~>2.0' + gem 'web-console', '~>2.0' end # diff --git a/config/deploy.rb b/config/deploy.rb index 48c3bcf..488ed37 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -1,11 +1,11 @@ set :application, 'dmptool' -set :repo_url, 'https://github.com/DMPRoadmap/roadmap.git' #'https://github.com/DMPRoadmap/roadmap.git' +set :repo_url, 'https://github.com/DMPRoadmap/roadmap.git' #set :user, 'dmp' # Default branch is :master # ask :branch, `git rev-parse --abbrev-ref HEAD`.chomp -set :branch, 'master' #'development' +set :branch, 'development' # Default deploy_to directory is /var/www/my_app_name set :deploy_to, '/dmp/apps/roadmap'