update Gemfile

This commit is contained in:
julian
2017-02-23 22:24:19 +06:30
parent b9f47dda99
commit 7b5f477cb3
3 changed files with 11 additions and 5 deletions

View File

@@ -16,7 +16,11 @@ set :full_app_name, "#{fetch(:application)}_#{fetch(:stage)}"
server 'ec2-54-169-212-254.ap-southeast-1.compute.amazonaws.com', user: 'ubuntu', roles: %w{web app db}, primary: true
ssh_options[:keys] = %w(ssh/nemo.pem)
set :ssh_options, {
keys: %w(/home/deploy/nemo_encoder/ssh/nemo.pem),
forward_agent: false,
user: 'ubuntu'
}
set :deploy_to, "/home/#{fetch(:deploy_user)}/apps/#{fetch(:full_app_name)}"
set :rbenv_ruby, '2.3.1'