Files
tankz/config/deploy/production.rb

11 lines
282 B
Ruby

role :app, %w{test.instreamatic.com}
role :web, %w{test.instreamatic.com}
role :db, %w{test.instreamatic.com}
user = fetch(:user)
server 'test.instreamatic.com', ssh_options: { port: 3607, user: user, forward_agent: true }
set :tmp_dir, "/home/#{user}/tmp"
set :branch, 'master'