summaryrefslogtreecommitdiff
path: root/config/deploy/production.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/deploy/production.rb')
-rw-r--r--config/deploy/production.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/deploy/production.rb b/config/deploy/production.rb
new file mode 100644
index 0000000..6c9a2c8
--- /dev/null
+++ b/config/deploy/production.rb
@@ -0,0 +1,8 @@
+server 'hare.leap.se',
+ roles:['app'],
+ user:'website',
+ port: 22,
+ ssh_options: {
+ auth_methods: ['publickey'],
+ forward_agent: false
+ }