mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 16:54:08 +01:00
Add desc
This commit is contained in:
parent
b46be5161d
commit
25c7defe14
@ -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.
|
||||
|
||||
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
<?php
|
||||
namespace Deployer;
|
||||
|
||||
desc('Display info about deployment');
|
||||
task('deploy:info', function () {
|
||||
$what = '';
|
||||
$branch = get('branch');
|
||||
|
Loading…
x
Reference in New Issue
Block a user