mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 12:08:27 +02:00
added epp branch
This commit is contained in:
parent
feaf01d4d8
commit
3d3d634882
2 changed files with 9 additions and 1 deletions
|
@ -17,6 +17,14 @@ set :deploy_to, '$HOME/registry'
|
|||
set :repository, 'https://github.com/domify/registry' # dev repo
|
||||
set :branch, 'master'
|
||||
|
||||
# alpha branch
|
||||
task :epp do
|
||||
set :domain, 'registry-st'
|
||||
set :deploy_to, '$HOME/epp'
|
||||
set :repository, 'https://github.com/domify/registry' # dev repo
|
||||
set :branch, 'master'
|
||||
end
|
||||
|
||||
# staging
|
||||
task :st do
|
||||
set :domain, 'registry-st'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue