mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 10:19:45 +02:00
added production branch
This commit is contained in:
parent
581667fdfc
commit
c8cc83b0e2
1 changed files with 2 additions and 2 deletions
|
@ -20,14 +20,14 @@ set :branch, 'master'
|
||||||
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/registry'
|
||||||
set :branch, 'master' # temp
|
set :branch, 'pr'
|
||||||
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/registry'
|
||||||
set :branch, 'master' # temp
|
set :branch, 'pr'
|
||||||
end
|
end
|
||||||
|
|
||||||
# Manually create these paths in shared/ (eg: shared/config/database.yml) in your server.
|
# Manually create these paths in shared/ (eg: shared/config/database.yml) in your server.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue