Skip to content

Commit

Permalink
Build-Command: Info ohne Release-Nummer (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan committed May 21, 2024
1 parent 16cec28 commit e8313d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deployer/tasks/build.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

desc('Prepare the next release locally');
task('build', [
'deploy:info',
'build:info',
'build:setup',
'build:vendors',
'build:assets',
Expand Down
8 changes: 8 additions & 0 deletions deployer/tasks/build/info.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

namespace Deployer;

desc('Displays info about build');
task('build:info', static function () {
info('building <fg=magenta;options=bold>{{target}}</>');
});

0 comments on commit e8313d7

Please sign in to comment.