mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Added comments to deploy
This commit is contained in:
parent
8e1648772d
commit
e9a71c44ea
1 changed files with 3 additions and 2 deletions
|
@ -11,14 +11,14 @@ require 'mina/rbenv' # for rbenv support. (http://rbenv.org)
|
||||||
# repository - Git repo to clone from. (needed by mina/git)
|
# repository - Git repo to clone from. (needed by mina/git)
|
||||||
# branch - Branch name to deploy. (needed by mina/git)
|
# branch - Branch name to deploy. (needed by mina/git)
|
||||||
|
|
||||||
# alpha branch
|
# alpha branch, all interfaces unified
|
||||||
set :domain, 'registry-st'
|
set :domain, 'registry-st'
|
||||||
set :deploy_to, '$HOME/registry'
|
set :deploy_to, '$HOME/registry'
|
||||||
set :repository, 'https://github.com/domify/registry' # dev repo
|
set :repository, 'https://github.com/domify/registry' # dev repo
|
||||||
set :branch, 'master'
|
set :branch, 'master'
|
||||||
set :rails_env, 'alpha'
|
set :rails_env, 'alpha'
|
||||||
|
|
||||||
# alpha branch
|
# alpha branch, only use for heavy debugging
|
||||||
task :epp do
|
task :epp do
|
||||||
set :domain, 'registry-st'
|
set :domain, 'registry-st'
|
||||||
set :deploy_to, '$HOME/epp'
|
set :deploy_to, '$HOME/epp'
|
||||||
|
@ -27,6 +27,7 @@ task :epp do
|
||||||
set :rails_env, 'alpha'
|
set :rails_env, 'alpha'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# alpha branch, only use for heavy debugging
|
||||||
task :registrar do
|
task :registrar do
|
||||||
set :domain, 'registry-st'
|
set :domain, 'registry-st'
|
||||||
set :deploy_to, '$HOME/registrar'
|
set :deploy_to, '$HOME/registrar'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue