Skip to content

Bake Capistrano config into deploy image

Jamie Tanna requested to merge feature/cap-config-image into master

Related to #146 (closed), we don't need to redownload the whole site and its history in our pipeline, just the Capistrano-specific config. This should be baked into our deploy image, so we don't need to redownload the sources on a deploy.

Closes #150 (closed).

Merge request reports