diff --git a/config/deploy.rb b/config/deploy.rb index 61ed24c..c16cc9e 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -1,9 +1,10 @@ # Change these -server '', port: 22, roles: [:web, :app, :db], primary: true +server '104.41.35.48', password: 'v1d30-l1v3', port: 22, roles: [:web, :app, :db], primary: true -set :repo_url, '' -set :application, '' +set :repo_url, 'git@git.lavid.ufpb.br:vlibras-web2' +set :application, 'vlibrasvideo' set :user, 'deployer' +set :password, 'v1d30-l1v3' set :puma_threads, [4, 16] set :puma_workers, 0 -- libgit2 0.21.2