added production branch

This commit is contained in:
Priit Tark 2015-01-05 14:57:41 +02:00
parent 581667fdfc
commit c8cc83b0e2

View file

@ -20,14 +20,14 @@ set :branch, 'master'
task :st do
set :domain, 'registry-st'
set :deploy_to, '/home/registry/registry'
set :branch, 'master' # temp
set :branch, 'pr'
end
# production
task :pr do
set :domain, 'registry'
set :deploy_to, '/home/registry/registry'
set :branch, 'master' # temp
set :branch, 'pr'
end
# Manually create these paths in shared/ (eg: shared/config/database.yml) in your server.