Skip to content

Commit 6b27c48

Browse files
committed
Add link to the MRT project
1 parent eca102f commit 6b27c48

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/performance-metrics.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ on:
99
- cron: '0 3 * * *'
1010

1111
env:
12-
MRT_PROJECT_NAME: q4-pwa-perf-develop
12+
MRT_PROJECT_ID: q4-pwa-perf-develop
13+
MRT_ENVIRONMENT_ID: production
1314

1415
jobs:
1516
run-performance-metrics:
@@ -44,8 +45,8 @@ jobs:
4445
uses: './.github/actions/push_to_mrt'
4546
with:
4647
CWD: '${{ steps.generate_app.outputs.project_path }}'
47-
PROJECT: ${{ env.MRT_PROJECT_NAME }}
48-
TARGET: production
48+
PROJECT: ${{ env.MRT_PROJECT_ID }}
49+
TARGET: ${{ env.MRT_ENVIRONMENT_ID }}
4950
CLOUD_ORIGIN: ${{ vars.MRT_STG_CLOUD_ORIGIN }}
5051
FLAGS: --wait
5152

@@ -61,7 +62,7 @@ jobs:
6162
with:
6263
payload: |
6364
{
64-
"message": "✅ Deployed the latest changes from `develop` branch to MRT project `${{ env.MRT_PROJECT_NAME }}`."
65+
"message": "✅ Deployed the latest changes from `develop` branch to MRT project `${{ env.MRT_PROJECT_ID }}`: https://runtime-admin-staging.mobify-storefront.com/salesforce-internal/${{ env.MRT_PROJECT_ID }}/${{ env.MRT_ENVIRONMENT_ID }}"
6566
}
6667
env:
6768
SLACK_WEBHOOK_URL: ${{ secrets.PERF_WORKFLOW_SLACK_WEBHOOK_URL }}

0 commit comments

Comments
 (0)