From 261f32567844907b971faaa2b31ee345349df7f5 Mon Sep 17 00:00:00 2001 From: renansoares Date: Fri, 1 Jul 2016 11:10:23 -0300 Subject: [PATCH] for azure machine --- config/deploy.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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