diff --git a/.github/workflows/branch-deploy.yaml b/.github/workflows/branch-deploy.yaml index 71e7e109d7..1c1939a758 100644 --- a/.github/workflows/branch-deploy.yaml +++ b/.github/workflows/branch-deploy.yaml @@ -272,6 +272,10 @@ jobs: { "type": "mrkdwn", "text": "*Deployed to:*\n" + }, + { + "type": "mrkdwn", + "text": "*Logs:*\n" } ] } @@ -279,6 +283,7 @@ jobs: } env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_GHBOT_TOKEN }} + GRAFANA_URL: ${{ secrets.STAGING_GRAFANA_URL }} destroy: