Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F324303
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
Mon, Nov 25, 10:35 AM
Size
640 B
Mime Type
text/x-diff
Expires
Wed, Nov 27, 10:35 AM (1 d, 20 h)
Engine
blob
Format
Raw Data
Handle
156145
Attached To
rWEBDNS WebDNS (edet4)
View Options
diff --git a/config/deploy/staging.rb b/config/deploy/staging.rb
deleted file mode 100644
index 757be32..0000000
--- a/config/deploy/staging.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-set :rails_env, :production
-
-server 'webdns-edet4.grnet.gr', user: 'webdns', roles: %w(web app db)
-
-set :ssh_options, forward_agent: false
diff --git a/config/deploy/staging.rb.sample b/config/deploy/staging.rb.sample
new file mode 100644
index 0000000..8f66ffb
--- /dev/null
+++ b/config/deploy/staging.rb.sample
@@ -0,0 +1,5 @@
+set :rails_env, :production
+
+server 'myserver', user: 'webdns', roles: %w(web app db)
+
+set :ssh_options, forward_agent: false
Event Timeline
Log In to Comment