mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
added epp domains to deploy
This commit is contained in:
parent
3c64c11dc2
commit
d3669892f2
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ end
|
|||
|
||||
# staging
|
||||
task :stepp do
|
||||
set :domain, 'registry-st'
|
||||
set :domain, 'registry-st-epp'
|
||||
set :deploy_to, '$HOME/epp'
|
||||
set :repository, 'https://github.com/internetee/registry' # production repo
|
||||
set :branch, 'master' # same as production
|
||||
|
@ -51,7 +51,7 @@ end
|
|||
|
||||
# production
|
||||
task :prepp do
|
||||
set :domain, 'registry'
|
||||
set :domain, 'registry-epp'
|
||||
set :deploy_to, '$HOME/epp'
|
||||
set :repository, 'https://github.com/internetee/registry' # production repo
|
||||
set :branch, 'master' # same as staging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue