adds doc/DEPLOYMENT instructions
This commit is contained in:
parent
92d9a57f3f
commit
4024329474
3 changed files with 27 additions and 4 deletions
|
|
@ -4,10 +4,10 @@ require 'common_deploy'
|
|||
set :application, 'foodsoft'
|
||||
set :domain, 'foodsoft.com'
|
||||
set :user, 'foodsoft'
|
||||
set :default_stage, 'staging'
|
||||
set :default_stage, 'staging' # staging and production are available via (set :stages, ["staging", "production"])
|
||||
set :keep_releases, 5
|
||||
set :deploy_to, "/mnt/apps/#{application}_#{stage}"
|
||||
set :repository, 'git@github.com:foodcoops/foodsoft.git'
|
||||
set :deploy_to, "/mnt/apps/manuel/#{application}_#{fetch(:stage, default_stage)}"
|
||||
set :repository, 'git://github.com/foodcoops/foodsoft.git'
|
||||
|
||||
|
||||
# resque worker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue