From 06ceabbbfa28eb812bfeb1007b30e3f797850c25 Mon Sep 17 00:00:00 2001 From: elijah Date: Sun, 26 Apr 2015 14:40:38 -0700 Subject: added capistrano configs. --- config/deploy/production.rb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config/deploy/production.rb (limited to 'config/deploy') 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 + } -- cgit v1.2.3