From bba5e80686eedf82d28a0551b0fca30aff44cfa4 Mon Sep 17 00:00:00 2001 From: Martin Lensment Date: Mon, 23 Mar 2015 17:11:31 +0200 Subject: [PATCH] Registrar mina config --- config/deploy.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/deploy.rb b/config/deploy.rb index 4f49ec950..fce0766fc 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -29,6 +29,15 @@ task :epp do set :delayed_job, false end +task :registrar do + set :domain, 'registry-st' + set :deploy_to, '$HOME/registrar' + set :repository, 'https://github.com/domify/registry' # dev repo + set :branch, 'registrar-portal' + set :rails_env, 'alpha' + set :delayed_job, false +end + # staging task :st do set :domain, 'registry-st'