mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 17:23:34 +02:00
Add registrar staging and production deploy conf
This commit is contained in:
parent
3c97eff7ad
commit
822b325bc0
1 changed files with 20 additions and 0 deletions
|
@ -58,6 +58,16 @@ task :eppst do
|
|||
set :delayed_job, false
|
||||
end
|
||||
|
||||
# staging
|
||||
task :registrarst do
|
||||
set :domain, 'registrar-st'
|
||||
set :deploy_to, '$HOME/registrar'
|
||||
set :repository, 'https://github.com/internetee/registry' # production repo
|
||||
set :branch, 'master'
|
||||
set :rails_env, 'staging'
|
||||
set :delayed_job, false
|
||||
end
|
||||
|
||||
# production
|
||||
task :pr do
|
||||
set :domain, 'registry'
|
||||
|
@ -78,6 +88,16 @@ task :epppr do
|
|||
set :delayed_job, false
|
||||
end
|
||||
|
||||
# production
|
||||
task :registrarst do
|
||||
set :domain, 'registrar'
|
||||
set :deploy_to, '$HOME/registrar'
|
||||
set :repository, 'https://github.com/internetee/registry' # production repo
|
||||
set :branch, 'master'
|
||||
set :rails_env, 'production'
|
||||
set :delayed_job, false
|
||||
end
|
||||
|
||||
# Manually create these paths in shared/ (eg: shared/config/database.yml) in your server.
|
||||
# They will be linked in the 'deploy:link_shared_paths' step.
|
||||
set :shared_paths, [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue