Skip to content
Mario Andrés edited this page Dec 3, 2015 · 1 revision

To deploy

  1. Copy your local key to the server.
  • To see your full public key:
ssh-add -L
  • Paste inside authorised keys in deployer user. eg:
/home/growmoi/.ssh/authorized_keys
  1. Deploy using capistrano. eg:
bundle exec cap production deploy

Clone this wiki locally