tweaked capistrano config to point to the actual dev branch

This commit is contained in:
Skud
2012-09-12 09:52:03 +01:00
parent e6c52527a7
commit 4045b676f8

View File

@@ -1,8 +1,8 @@
set :application, "dev.growstuff.org"
set :repository, "https://github.com/Skud/growstuff.git"
set :repository, "https://github.com/Growstuff/growstuff.git"
set :scm, :git
set :branch, "story4deploy"
set :branch, "dev"
set :user, "deploy"
set :use_sudo, false
set :deploy_to, "/var/www/#{application}"