Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F904787
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, 2:09 PM
Size
635 B
Mime Type
text/x-diff
Expires
Sun, Aug 31, 2:09 PM (1 d, 19 h)
Engine
blob
Format
Raw Data
Handle
251719
Attached To
rWEBDNS WebDNS (edet4)
View Options
diff --git a/config/deploy/production.rb b/config/deploy/production.rb
new file mode 100644
index 0000000..7996b8a
--- /dev/null
+++ b/config/deploy/production.rb
@@ -0,0 +1,5 @@
+set :rails_env, :production
+
+server 'webdns4.grnet.gr', user: 'webdns', roles: %w(web app db)
+
+set :ssh_options, forward_agent: false
diff --git a/config/deploy/staging.rb b/config/deploy/staging.rb
new file mode 100644
index 0000000..bfd96c6
--- /dev/null
+++ b/config/deploy/staging.rb
@@ -0,0 +1,5 @@
+set :rails_env, :production
+
+server 'webdns4.staging.grnet.gr', user: 'webdns', roles: %w(web app db)
+
+set :ssh_options, forward_agent: false
Event Timeline
Log In to Comment