From f58d74824cce7c46b951822bf27667811270eb56 Mon Sep 17 00:00:00 2001 From: azatsafin Date: Wed, 26 Jan 2022 12:23:37 +0300 Subject: [PATCH] Specify time period in which deployment will be available (#1486) Co-authored-by: Azat Safin --- .github/workflows/branch-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branch-deploy.yml b/.github/workflows/branch-deploy.yml index 92dc1483e9..b0c45dbda0 100644 --- a/.github/workflows/branch-deploy.yml +++ b/.github/workflows/branch-deploy.yml @@ -104,4 +104,4 @@ jobs: with: issue-number: ${{ github.event.pull_request.number }} body: | - Custom deployment will be available at http://${{ needs.build.outputs.tag }}.kafka-ui.provectus.io + Custom deployment will be available at http://${{ needs.build.outputs.tag }}.kafka-ui.provectus.io in 5 minutes