From 3c64c11dc2234c065727500468be1bec48909d53 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Tue, 20 Jan 2015 12:46:20 +0200 Subject: [PATCH] Added epp deploy --- config/deploy.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/config/deploy.rb b/config/deploy.rb index 0884e6140..ea88266b3 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -33,6 +33,14 @@ task :st do set :branch, 'master' # same as production end +# staging +task :stepp do + set :domain, 'registry-st' + set :deploy_to, '$HOME/epp' + set :repository, 'https://github.com/internetee/registry' # production repo + set :branch, 'master' # same as production +end + # production task :pr do set :domain, 'registry' @@ -41,6 +49,15 @@ task :pr do set :branch, 'master' # same as staging end +# production +task :prepp do + set :domain, 'registry' + set :deploy_to, '$HOME/epp' + set :repository, 'https://github.com/internetee/registry' # production repo + set :branch, 'master' # same as staging +end + + # Manually create these paths in shared/ (eg: shared/config/database.yml) in your server. # They will be linked in the 'deploy:link_shared_paths' step. set :shared_paths, [