Skip to content

Commit 85284e5

Browse files
authored
Use new seperate project name for ab-testing UI riff-raff deploy (#14674)
* use main riff-raff for ab-testing ui deploy * change path of artifact * ui workflow permissions * revert changes * use new project name
1 parent b98f83a commit 85284e5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ab-testing-ui.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/[email protected]
3434
with:
3535
name: ui-build
36-
path: ${{ github.workspace }}/ab-testing/frontend/output/ab-tests.html
36+
path: ab-testing/frontend/output/ab-tests.html
3737
if-no-files-found: error
3838

3939
riff-raff:
@@ -65,8 +65,8 @@ jobs:
6565
with:
6666
roleArn: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }}
6767
githubToken: ${{ secrets.GITHUB_TOKEN }}
68-
projectName: dotcom:rendering-all
68+
projectName: dotcom:ab-testing
6969
configPath: ab-testing/riff-raff.yaml
7070
contentDirectories: |
71-
frontend-store/commercial:
71+
admin/ab-testing:
7272
- output/ab-tests.html

ab-testing/riff-raff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ allowedStages:
44
- CODE
55
- PROD
66
deployments:
7-
frontend-store/commercial:
7+
admin/ab-testing:
88
type: aws-s3
99
parameters:
1010
bucketSsmKey: /account/services/dotcom-store.bucket

0 commit comments

Comments
 (0)