aboutsummaryrefslogtreecommitdiffstats
path: root/script/rails-deploy-before-down
Commit message (Collapse)AuthorAgeLines
* Rename develop Gemfile group to debugGareth Rees2014-05-06-1/+1
| | | | Develop is too similar to development to mean anything different.
* Use WAD to cache bundles to Amazon S3Gareth Rees2014-05-02-3/+8
| | | | https://github.com/Fingertips/WAD
* Allow the location of the bundle to be configuredGareth Rees2014-03-11-3/+8
| | | | | | | - Sets vendor/bundle as default - Uses $HOME/bundle when generating general.yml Based on d9f162c8ab08cb881cd68a3eee900c52c63cb1ae
* 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