diff --git a/config/deploy.rb b/config/deploy.rb index 0884e6140..ea88266b3 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -33,6 +33,14 @@ task :st do set :branch, 'master' # same as production end +# staging +task :stepp do + set :domain, 'registry-st' + set :deploy_to, '$HOME/epp' + set :repository, 'https://github.com/internetee/registry' # production repo + set :branch, 'master' # same as production +end + # production task :pr do set :domain, 'registry' @@ -41,6 +49,15 @@ task :pr do set :branch, 'master' # same as staging end +# production +task :prepp do + set :domain, 'registry' + set :deploy_to, '$HOME/epp' + set :repository, 'https://github.com/internetee/registry' # production repo + set :branch, 'master' # same as staging +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, [