Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F905052
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
Fri, Aug 29, 8:04 PM
Size
465 B
Mime Type
text/x-diff
Expires
Sun, Aug 31, 8:04 PM (10 h, 41 m)
Engine
blob
Format
Raw Data
Handle
252421
Attached To
rARCHIVING archiving
View Options
diff --git a/config/deploy/production.rb b/config/deploy/production.rb
index 4f44e4e..29adb7f 100644
--- a/config/deploy/production.rb
+++ b/config/deploy/production.rb
@@ -1,7 +1,10 @@
set :rails_env, :production
set :repo_url, 'https://repo.grnet.gr/diffusion/ARCHIVING/archiving.git'
server '83.212.1.103', user: 'archiving', roles: %w(web app db)
-set :ssh_options, forward_agent: false
+set :ssh_options, {
+ forward_agent: false,
+ port: 29
+}
Event Timeline
Log In to Comment