mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 02:09:39 +02:00
Updated readme
This commit is contained in:
parent
0828bb3426
commit
af6dc7042f
3 changed files with 77 additions and 12 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue