diff --git a/config/deploy/production-ci.rb b/config/deploy/production-ci.rb index 70e8c42..0ee12b8 100644 --- a/config/deploy/production-ci.rb +++ b/config/deploy/production-ci.rb @@ -1,11 +1,11 @@ set :rails_env, :production server 'webdns4.grnet.gr', user: 'deployer', roles: %w(web app db) set :ssh_options, forward_agent: false, port: 29 #Override commands with sudo, for use with jenkins deployer -SSHKit.config.command_map = Hash.new do |hash, command| - hash[command] = "sudo -u webdns #{command}" -end +#SSHKit.config.command_map = Hash.new do |hash, command| +# hash[command] = "sudo -u webdns #{command}" +#end