Page MenuHomeGRNET

No OneTemporary

File Metadata

Created
Fri, Aug 8, 10:23 PM
diff --git a/config/deploy/staging-ci.rb b/config/deploy/staging-ci.rb
new file mode 100644
index 0000000..42cbf9c
--- /dev/null
+++ b/config/deploy/staging-ci.rb
@@ -0,0 +1,5 @@
+set :rails_env, :production
+
+server 'webdns4.staging.grnet.gr', user: 'deployer', roles: %w(web app db)
+
+set :ssh_options, forward_agent: false

Event Timeline