Added epp deploy

This commit is contained in:
Priit Tark 2015-01-20 12:46:20 +02:00
parent b3c0b5d824
commit 3c64c11dc2

View file

@ -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, [