diff --git a/source/tasks/deploy_cleanup.md b/source/tasks/deploy_cleanup.md new file mode 100644 index 0000000..c0d9f63 --- /dev/null +++ b/source/tasks/deploy_cleanup.md @@ -0,0 +1,14 @@ +--- +title: deploy:cleanup +group: Deploy tasks +brief: Clean up old releases. +--- + +Clean up old releases. By default, the last 5 releases are kept on +each server (though you can change this with the keep_releases setting). +All other deployed revisions are removed from the servers. + + $ mina deploy:cleanup + -----> Cleaning up old releases (keeping 5) + +This may be invoked in the command line or as a subtask. \ No newline at end of file