deploy to mozo.bar

This commit is contained in:
2014-08-06 13:39:55 +02:00
parent 15005f332f
commit 1d4fdc42d9
+2 -2
View File
@@ -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