Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add the SHARED_FILES_PATH, SHARED_FILES & SHARED_DIRECTORIES options | Mark Longair | 2014-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)-down | Mark Longair | 2014-01-22 | -0/+101 |