diff --git a/Gemfile b/Gemfile index 1529e83..60b083e 100644 --- a/Gemfile +++ b/Gemfile @@ -53,7 +53,7 @@ end gem "capistrano", group: :development gem "rvm-capistrano", group: :development -gem 'net-ssh', '~>2.7.0' +#gem 'net-ssh', '~>2.7.0' # Use ActiveModel has_secure_password # gem 'bcrypt-ruby', '~> 3.0.0' diff --git a/config/deploy.rb b/config/deploy.rb index 97e5894..fc53a0a 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -1,7 +1,7 @@ set :application, 'blog_eft_app' - set :domain, 'box4.quartz.xyz' + set :domain, 'blog.technique-eft.com' set :user, 'web' set :scm_user, "git"