diff --git a/Gemfile.lock b/Gemfile.lock index 9339407..0d79919 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -339,6 +339,11 @@ addressable warden (1.2.6) rack (>= 1.0) + web-console (2.3.0) + activemodel (>= 4.0) + binding_of_caller (>= 0.7.2) + railties (>= 4.0) + sprockets-rails (>= 2.0, < 4.0) wicked_pdf (1.0.6) xpath (2.0.0) nokogiri (~> 1.3) @@ -399,6 +404,7 @@ twitter-bootstrap-rails (= 2.2.8) uglifier validate_url + web-console (~> 2.0) wicked_pdf yard diff --git a/config/deploy.rb b/config/deploy.rb index 4ec1f4e..48c3bcf 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -1,11 +1,11 @@ set :application, 'dmptool' -set :repo_url, 'https://github.com/CDLUC3/roadmap.git' #'https://github.com/DMPRoadmap/roadmap.git' +set :repo_url, 'https://github.com/DMPRoadmap/roadmap.git' #'https://github.com/DMPRoadmap/roadmap.git' #set :user, 'dmp' # Default branch is :master # ask :branch, `git rev-parse --abbrev-ref HEAD`.chomp -set :branch, 'production' #'development' +set :branch, 'master' #'development' # Default deploy_to directory is /var/www/my_app_name set :deploy_to, '/dmp/apps/roadmap'