File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 99 - cron : ' 0 3 * * *'
1010
1111env :
12- MRT_PROJECT_NAME : q4-pwa-perf-develop
12+ MRT_PROJECT_ID : q4-pwa-perf-develop
13+ MRT_ENVIRONMENT_ID : production
1314
1415jobs :
1516 run-performance-metrics :
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
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 }}
You can’t perform that action at this time.
0 commit comments