Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F324121
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Nov 24, 2:53 PM
Size
636 B
Mime Type
text/x-diff
Expires
Tue, Nov 26, 2:53 PM (21 h, 50 m)
Engine
blob
Format
Raw Data
Handle
155912
Attached To
rWEBDNS WebDNS (edet4)
View Options
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
Event Timeline
Log In to Comment