From 9b254728328b771a8b3b326e0bcb9a78adfd0455 Mon Sep 17 00:00:00 2001 From: Benjamin ter Kuile Date: Fri, 11 Jul 2014 11:56:58 +0200 Subject: [PATCH] cap updates --- config/deploy.rb | 3 ++- config/deploy/production.rb | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/config/deploy.rb b/config/deploy.rb index 5213c7e5..98564166 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -2,7 +2,8 @@ lock '3.2.1' set :application, 'qwaiter' -set :repo_url, 'root@uflows.com:/var/git/qwaiter.git' +#set :repo_url, 'root@uflows.com:/var/git/qwaiter.git' +set :repo_url, '/var/git/qwaiter.git' # Default branch is :master # ask :branch, proc { `git rev-parse --abbrev-ref HEAD`.chomp }.call diff --git a/config/deploy/production.rb b/config/deploy/production.rb index 00c479cb..2b682bf3 100644 --- a/config/deploy/production.rb +++ b/config/deploy/production.rb @@ -4,9 +4,9 @@ # is considered to be the first unless any hosts have the primary # property set. Don't declare `role :all`, it's a meta role. -role :app, %w{deploy@qwaiter.com} -role :web, %w{deploy@qwaiter.com} -role :db, %w{deploy@qwaiter.com} +role :app, %w{root@qwaiter.com} +role :web, %w{root@qwaiter.com} +role :db, %w{root@qwaiter.com} # Extended Server Syntax