diff --git a/.github/workflows/ab-testing-ui.yml b/.github/workflows/ab-testing-ui.yml index 871b11efab7..7f12912d78c 100644 --- a/.github/workflows/ab-testing-ui.yml +++ b/.github/workflows/ab-testing-ui.yml @@ -33,7 +33,7 @@ jobs: uses: actions/upload-artifact@v4.6.2 with: name: ui-build - path: ${{ github.workspace }}/ab-testing/frontend/output/ab-tests.html + path: ab-testing/frontend/output/ab-tests.html if-no-files-found: error riff-raff: @@ -65,8 +65,8 @@ jobs: with: roleArn: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }} githubToken: ${{ secrets.GITHUB_TOKEN }} - projectName: dotcom:rendering-all + projectName: dotcom:ab-testing configPath: ab-testing/riff-raff.yaml contentDirectories: | - frontend-store/commercial: + admin/ab-testing: - output/ab-tests.html diff --git a/ab-testing/riff-raff.yaml b/ab-testing/riff-raff.yaml index 2c1f9b314b6..086024eb7e2 100644 --- a/ab-testing/riff-raff.yaml +++ b/ab-testing/riff-raff.yaml @@ -4,7 +4,7 @@ allowedStages: - CODE - PROD deployments: - frontend-store/commercial: + admin/ab-testing: type: aws-s3 parameters: bucketSsmKey: /account/services/dotcom-store.bucket