Capistrano: Delete old releases automatically

Posted Almost 13 years ago. Visible to the public.

Whenever you deploy using Capistrano, a new folder is created within the releases directory on the remote server containing the application code.

By default Capistrano 3 keeps the last 5 releases in case you need to rollback to an older release. You can overwrite this setting by using

set :keep_releases, 3
Thomas Eisenbarth
Last edit
Over 3 years ago
Dominik Schöler
License
Source code in this card is licensed under the MIT License.
Posted by Thomas Eisenbarth to makandra dev (2011-08-04 07:22)