mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 02:09:39 +02:00
added staging to mina
This commit is contained in:
parent
f34cef4d7d
commit
7064fc965f
1 changed files with 7 additions and 0 deletions
|
@ -16,6 +16,13 @@ set :deploy_to, '/home/app/registry'
|
||||||
set :repository, 'https://github.com/internetee/registry'
|
set :repository, 'https://github.com/internetee/registry'
|
||||||
set :branch, 'master'
|
set :branch, 'master'
|
||||||
|
|
||||||
|
# staging
|
||||||
|
task :st do
|
||||||
|
set :domain, 'registry-st'
|
||||||
|
set :deploy_to, '/home/registry/registry'
|
||||||
|
set :branch, 'master' # temp
|
||||||
|
end
|
||||||
|
|
||||||
# production
|
# production
|
||||||
task :pr do
|
task :pr do
|
||||||
set :domain, 'registry'
|
set :domain, 'registry'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue