From fe002d05715c40b8b68631077c2c78f93e25bf56 Mon Sep 17 00:00:00 2001 From: Propaganistas Date: Mon, 26 Feb 2024 09:40:42 +0100 Subject: [PATCH] add release name to info --- recipe/deploy/info.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/deploy/info.php b/recipe/deploy/info.php index 805b02ce0..a0a090998 100644 --- a/recipe/deploy/info.php +++ b/recipe/deploy/info.php @@ -3,5 +3,5 @@ desc('Displays info about deployment'); task('deploy:info', function () { - info("deploying {{target}}"); + info("deploying {{target}} (release {{release_name}})"); });