Skip to content

Commit

Permalink
Add capistrano for king
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNaessens committed Mar 3, 2015
1 parent 98bf07c commit f4d295f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .capistrano/metrics
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
full
8 changes: 8 additions & 0 deletions config/deploy/king.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
server 'king.ugent.be', user: 'gandalf', roles: %w{web app db},
ssh_options: {
forward_agent: true,
auth_methods: ['publickey'],
port: 2222
}

set :rails_env, 'production'

0 comments on commit f4d295f

Please sign in to comment.