Evolix/chexpire

Add a cached Git repository on staging/production servers

Closed this issue · 1 comments

Currently a new repository is cloned into /tmp each time the code is deployed. We should use the Capistrano feature of cached repository to speed up the deployment process.

Capistrano already uses a cached clone of the repository.