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