This commit is contained in:
Nicolas Bally 2014-09-08 09:41:48 +02:00
parent a604b07d20
commit ca0ec105e9
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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"