2021-09-26 15:25:58 +02:00
|
|
|
<!-- DO NOT EDIT THIS FILE! -->
|
|
|
|
<!-- Instead edit recipe/deploy/info.php -->
|
|
|
|
<!-- Then run bin/docgen -->
|
|
|
|
|
2022-07-26 09:18:44 +02:00
|
|
|
# Info Recipe
|
2021-09-26 15:25:58 +02:00
|
|
|
|
2022-09-12 12:29:44 +02:00
|
|
|
```php
|
|
|
|
require 'recipe/deploy/info.php';
|
|
|
|
```
|
|
|
|
|
2021-09-26 15:25:58 +02:00
|
|
|
[Source](/recipe/deploy/info.php)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Tasks
|
|
|
|
|
|
|
|
### deploy:info
|
2021-10-11 22:07:45 +02:00
|
|
|
[Source](https://github.com/deployphp/deployer/blob/master/recipe/deploy/info.php#L5)
|
2021-09-26 15:43:51 +02:00
|
|
|
|
2021-11-08 22:59:39 +01:00
|
|
|
Displays info about deployment.
|
2021-09-26 15:25:58 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|