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
|
# staging
|
||||||
task :stepp do
|
task :stepp do
|
||||||
set :domain, 'registry-st'
|
set :domain, 'registry-st-epp'
|
||||||
set :deploy_to, '$HOME/epp'
|
set :deploy_to, '$HOME/epp'
|
||||||
set :repository, 'https://github.com/internetee/registry' # production repo
|
set :repository, 'https://github.com/internetee/registry' # production repo
|
||||||
set :branch, 'master' # same as production
|
set :branch, 'master' # same as production
|
||||||
|
@ -51,7 +51,7 @@ end
|
||||||
|
|
||||||
# production
|
# production
|
||||||
task :prepp do
|
task :prepp do
|
||||||
set :domain, 'registry'
|
set :domain, 'registry-epp'
|
||||||
set :deploy_to, '$HOME/epp'
|
set :deploy_to, '$HOME/epp'
|
||||||
set :repository, 'https://github.com/internetee/registry' # production repo
|
set :repository, 'https://github.com/internetee/registry' # production repo
|
||||||
set :branch, 'master' # same as staging
|
set :branch, 'master' # same as staging
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue