Commit 261f32567844907b971faaa2b31ee345349df7f5
1 parent
786fbfd8
Exists in
master
for azure machine
Showing
1 changed file
with
4 additions
and
3 deletions
Show diff stats
config/deploy.rb
1 | 1 | # Change these |
2 | -server '<ip da maquina>', port: 22, roles: [:web, :app, :db], primary: true | |
2 | +server '104.41.35.48', password: 'v1d30-l1v3', port: 22, roles: [:web, :app, :db], primary: true | |
3 | 3 | |
4 | -set :repo_url, '<git-do-vlibrasvideo>' | |
5 | -set :application, '<nome-da-aplicacao>' | |
4 | +set :repo_url, 'git@git.lavid.ufpb.br:vlibras-web2' | |
5 | +set :application, 'vlibrasvideo' | |
6 | 6 | set :user, 'deployer' |
7 | +set :password, 'v1d30-l1v3' | |
7 | 8 | set :puma_threads, [4, 16] |
8 | 9 | set :puma_workers, 0 |
9 | 10 | ... | ... |