mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
added home to deploy
This commit is contained in:
parent
a02ed53b11
commit
81f0e15052
1 changed files with 3 additions and 3 deletions
|
@ -12,21 +12,21 @@ require 'mina/rbenv' # for rbenv support. (http://rbenv.org)
|
||||||
# branch - Branch name to deploy. (needed by mina/git)
|
# branch - Branch name to deploy. (needed by mina/git)
|
||||||
|
|
||||||
set :domain, 'registry-st'
|
set :domain, 'registry-st'
|
||||||
set :deploy_to, '/home/app/registry'
|
set :deploy_to, '$HOME/registry'
|
||||||
set :repository, 'https://github.com/internetee/registry'
|
set :repository, 'https://github.com/internetee/registry'
|
||||||
set :branch, 'master'
|
set :branch, 'master'
|
||||||
|
|
||||||
# staging
|
# staging
|
||||||
task :st do
|
task :st do
|
||||||
set :domain, 'registry-st'
|
set :domain, 'registry-st'
|
||||||
set :deploy_to, '/home/registry/registry'
|
set :deploy_to, '$HOME/registry'
|
||||||
set :branch, 'st'
|
set :branch, 'st'
|
||||||
end
|
end
|
||||||
|
|
||||||
# production
|
# production
|
||||||
task :pr do
|
task :pr do
|
||||||
set :domain, 'registry'
|
set :domain, 'registry'
|
||||||
set :deploy_to, '/home/registry/registry'
|
set :deploy_to, '$HOME/registry'
|
||||||
set :branch, 'pr'
|
set :branch, 'pr'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue