aboutsummaryrefslogtreecommitdiffstats
path: root/lib/capistrano
Commit message (Collapse)AuthorAgeFilesLines
* Fix generate piwik.ymlHarald Eilertsen2018-04-151-1/+1
| | | | Key for environment must be a string, not a symbol.
* Use stage name to configure piwik.Harald Eilertsen2017-12-311-1/+1
|
* 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.
* Capistrano task for uploading puma config.Harald Eilertsen2017-12-261-0/+15
|
* Use async piwik stats by default.Harald Eilertsen2015-11-131-1/+1
|
* Generate piwik config directly rather than through erb.Harald Eilertsen2014-12-111-5/+12
|
* Generate config files before checking that linked files is present.Harald Eilertsen2014-12-113-3/+3
| | | | Hope this is the last time I have to move this around...
* Add refinery setup tasks for capistrano.Harald Eilertsen2014-12-072-0/+39
| | | | Copied from Åsatru.no setup.
* Make sure piwik config file is written before linked_files processing begins.Harald Eilertsen2014-12-071-1/+1
|
* Fix typos in piwik deploy task.Harald Eilertsen2014-12-071-3/+3
|
* Add capistrano task and config for deploying piwik.Harald Eilertsen2014-12-071-0/+20