mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Added new alpha server name
This commit is contained in:
parent
645943e718
commit
ace0f18f65
1 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@ require 'mina/rbenv' # for rbenv support. (http://rbenv.org)
|
|||
# branch - Branch name to deploy. (needed by mina/git)
|
||||
|
||||
# alpha branch, all interfaces unified
|
||||
set :domain, 'registry-st'
|
||||
set :domain, 'registry'
|
||||
set :deploy_to, '$HOME/registry'
|
||||
set :repository, 'https://github.com/domify/registry' # dev repo
|
||||
set :branch, 'master'
|
||||
|
@ -20,7 +20,7 @@ set :que_restart, true
|
|||
|
||||
# alpha branch, only use for heavy debugging
|
||||
task :epp do
|
||||
set :domain, 'registry-st'
|
||||
set :domain, 'registry'
|
||||
set :deploy_to, '$HOME/epp'
|
||||
set :repository, 'https://github.com/domify/registry' # dev repo
|
||||
set :branch, 'master'
|
||||
|
@ -30,7 +30,7 @@ end
|
|||
|
||||
# alpha branch, only use for heavy debugging
|
||||
task :registrar do
|
||||
set :domain, 'registry-st'
|
||||
set :domain, 'registry'
|
||||
set :deploy_to, '$HOME/registrar'
|
||||
set :repository, 'https://github.com/domify/registry' # dev repo
|
||||
set :branch, 'master'
|
||||
|
@ -40,7 +40,7 @@ end
|
|||
|
||||
# alpha branch, only use for heavy debugging
|
||||
task :registrant do
|
||||
set :domain, 'registry-st'
|
||||
set :domain, 'registryt'
|
||||
set :deploy_to, '$HOME/registrant'
|
||||
set :repository, 'https://github.com/domify/registry' # dev repo
|
||||
set :branch, 'master'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue