Added correct REGISTRY_ENV as eedirekt

This commit is contained in:
Priit Tamboom 2014-10-08 16:10:48 +03:00
parent ec776f9d06
commit 6113401eb0
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ class Ability
if Rails.env.production?
case REGISTRY_ENV
when :eedirect
when :eedirekt
can :create, :session
admin = false
when :admin

View file

@ -11,7 +11,7 @@ require 'mina/git'
# branch - Branch name to deploy. (needed by mina/git)
set :domain, 'testregistry'
set :deploy_to, '/home/app/eedirect'
set :deploy_to, '/home/app/eedirekt'
set :repository, 'https://github.com/internetee/registry'
set :branch, 'master'