From 1d4fdc42d9b4c7f1a95a8d458adbeab77ea9b067 Mon Sep 17 00:00:00 2001 From: Benjamin ter Kuile Date: Wed, 6 Aug 2014 13:39:55 +0200 Subject: [PATCH] deploy to mozo.bar --- config/deploy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/deploy.rb b/config/deploy.rb index 028191cd..0f730d09 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -1,7 +1,7 @@ # config valid only for Capistrano 3.1 lock '3.2.1' -set :application, 'qwaiter' +set :application, 'mozo.bar' #set :repo_url, 'root@uflows.com:/var/git/qwaiter.git' set :repo_url, '/var/git/qwaiter.git' @@ -14,7 +14,7 @@ set :repo_url, '/var/git/qwaiter.git' set :deploy_via, :remote_cache set :branch, :master set :user, 'root' -set :deploy_to, '/var/www/qwaiter' +set :deploy_to, '/var/www/mozo.bar' # Default value for :scm is :git # set :scm, :git