[deploy] update
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
role :app, %w{test.instreamatic.com}
|
||||
role :web, %w{test.instreamatic.com}
|
||||
role :db, %w{test.instreamatic.com}
|
||||
role :app, %w{94.130.110.9}
|
||||
role :web, %w{94.130.110.9}
|
||||
role :db, %w{94.130.110.9}
|
||||
|
||||
user = fetch(:user)
|
||||
|
||||
server 'test.instreamatic.com', ssh_options: { port: 3607, user: user, forward_agent: true }
|
||||
server '94.130.110.9', ssh_options: { port: 22, user: user, forward_agent: true }
|
||||
|
||||
set :tmp_dir, "/home/#{user}/tmp"
|
||||
set :branch, 'master'
|
||||
|
||||
Reference in New Issue
Block a user