aboutsummaryrefslogtreecommitdiffstats
path: root/lib/capistrano/tasks/deploy_cold.rake
Commit message (Collapse)AuthorAgeFilesLines
* Capistrano task for cold deploys.Harald Eilertsen2017-12-261-0/+42
Run this for first time deploy (after setting up the database.) It loads the checked in schema instead of running through all the migrations to rebuild the database schema. The task will be skipped if the database schema already exists, and let the migrations run as normally.