diff --git a/CHANGELOG.md b/CHANGELOG.md index 343a1601e..31d09adbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,9 @@ 13.05.2015 -* Added new environment for EPP server: 'registrant_url' * Added Registrant portal and apache config example +* Added mina deploy script for registrant +* Added new environment for EPP server: 'registrant_url' 12.05.2015 diff --git a/config/deploy.rb b/config/deploy.rb index 74e13e372..13ccc50fe 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -35,6 +35,15 @@ task :registrar do set :rails_env, 'alpha' end +# alpha branch, only use for heavy debugging +task :registrant do + set :domain, 'registry-st' + set :deploy_to, '$HOME/registrant' + set :repository, 'https://github.com/domify/registry' # dev repo + set :branch, 'master' + set :rails_env, 'alpha' +end + # staging task :st do set :domain, 'registry-st' @@ -62,6 +71,15 @@ task :registrarst do set :rails_env, 'staging' end +# staging +task :registrantst do + set :domain, 'registrant-st' + set :deploy_to, '$HOME/registrant' + set :repository, 'https://github.com/internetee/registry' # production repo + set :branch, 'master' + set :rails_env, 'staging' +end + # production task :pr do set :domain, 'registry' @@ -89,6 +107,15 @@ task :registrarpr do set :rails_env, 'production' end +# production +task :registrantpr do + set :domain, 'registrant' + set :deploy_to, '$HOME/registrant' + set :repository, 'https://github.com/internetee/registry' # production repo + set :branch, 'master' + set :rails_env, 'production' +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, [