Updated readme

This commit is contained in:
Priit Tark 2014-12-15 12:07:15 +02:00
parent 0828bb3426
commit af6dc7042f
3 changed files with 77 additions and 12 deletions

View file

@ -16,13 +16,11 @@ set :deploy_to, '/home/app/registry'
set :repository, 'https://github.com/internetee/registry'
set :branch, 'master'
task :eedirekt do
set :deploy_to, '/home/app/eedirekt'
end
# shortcut for eedirekt
task :ee do
set :deploy_to, '/home/app/eedirekt'
# production
task :pr do
set :domain, 'registry'
set :deploy_to, '/home/registry/registry'
set :branch, 'master' # temp
end
# Manually create these paths in shared/ (eg: shared/config/database.yml) in your server.