Skip to content

Commit

Permalink
Add page for deploy:cleanup task.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikong committed Jun 28, 2012
1 parent f88639d commit 840d8b3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions source/tasks/deploy_cleanup.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 840d8b3

Please sign in to comment.