Page MenuHomeGRNET

No OneTemporary

File Metadata

Created
Fri, Aug 29, 8:04 PM
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