mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-19 22:38:55 -04:00
tweaked capistrano config to point to the actual dev branch
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user