deployer/docs/recipe/deploy/cleanup.md
Anton Medvedev 4bdf95ebda Update docs
2022-09-12 12:29:44 +02:00

36 lines
580 B
Markdown

<!-- DO NOT EDIT THIS FILE! -->
<!-- Instead edit recipe/deploy/cleanup.php -->
<!-- Then run bin/docgen -->
# Cleanup Recipe
```php
require 'recipe/deploy/cleanup.php';
```
[Source](/recipe/deploy/cleanup.php)
## Configuration
### cleanup_use_sudo
[Source](https://github.com/deployphp/deployer/blob/master/recipe/deploy/cleanup.php#L5)
Use sudo in deploy:cleanup task for rm command.
```php title="Default value"
false
```
## Tasks
### deploy:cleanup
[Source](https://github.com/deployphp/deployer/blob/master/recipe/deploy/cleanup.php#L8)
Cleanup old releases.