From c7b3888522adbbf13470377d013b8268e49c01f7 Mon Sep 17 00:00:00 2001 From: Stavros Kroustouris Date: Mon, 2 Oct 2023 11:53:57 +0200 Subject: [PATCH] [TLS-697] Chore: Add Production GPCTL dashboard link (#167600) ## Summary This PR follows https://github.com/elastic/kibana/pull/167466, after deploying the GPCTL in production. After separating the logs from nonprod and prod GPCTL, we have to go to 2 different dashboard based on the environment we would like to check (non-prod/prod) --- .github/workflows/create-deploy-tag.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/create-deploy-tag.yml b/.github/workflows/create-deploy-tag.yml index 85e226d384cc2..76bf21c0b723d 100644 --- a/.github/workflows/create-deploy-tag.yml +++ b/.github/workflows/create-deploy-tag.yml @@ -102,7 +102,8 @@ jobs: "", "", " (use Elastic Cloud Staging VPN)", - "", + "", + "", "" ] - name: Post Slack failure message