Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1969925
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, May 17, 11:01 AM
Size
465 B
Mime Type
text/x-diff
Expires
Tue, May 19, 11:01 AM (1 d, 19 h)
Engine
blob
Format
Raw Data
Handle
384040
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