Skip to content

Commit

Permalink
add release name to info
Browse files Browse the repository at this point in the history
  • Loading branch information
Propaganistas authored Feb 26, 2024
1 parent 51e8e82 commit fe002d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/deploy/info.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

desc('Displays info about deployment');
task('deploy:info', function () {
info("deploying <fg=magenta;options=bold>{{target}}</>");
info("deploying <fg=magenta;options=bold>{{target}}</> (release <fg=magenta;options=bold>{{release_name}}</>)");
});

0 comments on commit fe002d0

Please sign in to comment.