aboutsummaryrefslogtreecommitdiffstats
path: root/script/rails-deploy-before-down
Commit message (Collapse)AuthorAgeLines
* Add the SHARED_FILES_PATH, SHARED_FILES & SHARED_DIRECTORIES optionsMark Longair2014-01-22-0/+47
| | | | | | | | | This is to support sharing various files between multiple deployments of Alaveteli. If you have set SHARED_FILES_PATH, SHARED_FILES and SHARED_DIRECTORIES then the rails-deploy-before-down script will ensure that a symlink is created from each of the files or directories mentioned in SHARED_FILES and SHARED_DIRECTORIES to a corresponding path within SHARED_FILES_PATH.
* Split rails-post-deploy into rails-deploy-(before|while)-downMark Longair2014-01-22-0/+101