mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 17:23:34 +02:00
added epp branch
This commit is contained in:
parent
feaf01d4d8
commit
3d3d634882
2 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
!!!
|
||||
%html{:lang => "en"}
|
||||
%html{:lang => I18n.locale.to_s}
|
||||
%head
|
||||
%meta{:charset => "utf-8"}/
|
||||
%meta{:content => "IE=edge", "http-equiv" => "X-UA-Compatible"}/
|
||||
|
|
|
@ -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