Add proper REGISTRY_ENV names: eedirect and admin

This commit is contained in:
Priit Tamboom 2014-10-08 15:24:14 +03:00
parent 7883b3775f
commit ec776f9d06
3 changed files with 5 additions and 5 deletions

View file

@ -11,12 +11,12 @@ require 'mina/git'
# branch - Branch name to deploy. (needed by mina/git)
set :domain, 'testregistry'
set :deploy_to, '/home/app/registry'
set :deploy_to, '/home/app/eedirect'
set :repository, 'https://github.com/internetee/registry'
set :branch, 'master'
task :admin do
set :deploy_to, '/home/app/admin-registry'
set :deploy_to, '/home/app/registry'
end
# Manually create these paths in shared/ (eg: shared/config/database.yml) in your server.