adds capistrano's deploy configuration and scripts

This commit is contained in:
Juanjo Bazán
2015-08-07 12:17:18 +02:00
parent a0140f6dda
commit 808f0fcfbb
7 changed files with 88 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
set :deploy_to, deploysecret(:deploy_to)
set :branch, :production
set :ssh_options, port: deploysecret(:ssh_port)
server deploysecret(:server), user: deploysecret(:user), roles: %w(web app db importer)