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