This commit is contained in:
Anton Medvedev 2021-10-11 22:07:45 +02:00
parent b46be5161d
commit 25c7defe14
2 changed files with 4 additions and 3 deletions

View File

@ -13,9 +13,9 @@
## Tasks
### deploy:info
[Source](https://github.com/deployphp/deployer/blob/master/recipe/deploy/info.php#L4)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/deploy/info.php#L5)
Display info about deployment.

View File

@ -1,6 +1,7 @@
<?php
namespace Deployer;
desc('Display info about deployment');
task('deploy:info', function () {
$what = '';
$branch = get('branch');