From 7064fc965f68cbcbf2a469ee625b4bc58ee90dd4 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Fri, 2 Jan 2015 14:51:24 +0200 Subject: [PATCH] added staging to mina --- config/deploy.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/deploy.rb b/config/deploy.rb index 2524a2b48..c85ec4a9d 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -16,6 +16,13 @@ set :deploy_to, '/home/app/registry' set :repository, 'https://github.com/internetee/registry' set :branch, 'master' +# staging +task :st do + set :domain, 'registry-st' + set :deploy_to, '/home/registry/registry' + set :branch, 'master' # temp +end + # production task :pr do set :domain, 'registry'