Skip to content

Commit

Permalink
Uncomment riffraff upload
Browse files Browse the repository at this point in the history
  • Loading branch information
LAKSHMIRPILLAI committed Sep 29, 2023
1 parent 5bef78f commit 3ef5f98
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
with:
role-to-assume: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }}
aws-region: eu-west-1
# - name: Upload to riff-raff
# uses: guardian/actions-riff-raff@v2
# with:
# configPath: ./support-lambdas/support-post-deployment-tests/riff-raff.yaml
# projectName: Support::support-frontend-post-deployment-tests
# contentDirectories: |
# cdk.out:
# - cdk/cdk.out/support-frontend-post-deployment-tests-lambda-CODE.template.json
# - cdk/cdk.out/support-frontend-post-deployment-tests-lambda-PROD.template.json
# support-frontend-post-deployment-tests-lambda:
# - support-lambdas/support-post-deployment-tests/packages/lambda/dist/support-frontend-post-deployment-tests.zip
- name: Upload to riff-raff
uses: guardian/actions-riff-raff@v2
with:
configPath: ./support-lambdas/support-post-deployment-tests/riff-raff.yaml
projectName: Support::support-frontend-post-deployment-tests
contentDirectories: |
cdk.out:
- cdk/cdk.out/support-frontend-post-deployment-tests-lambda-CODE.template.json
- cdk/cdk.out/support-frontend-post-deployment-tests-lambda-PROD.template.json
support-frontend-post-deployment-tests-lambda:
- support-lambdas/support-post-deployment-tests/packages/lambda/dist/support-frontend-post-deployment-tests.zip
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ deployments:
templateStagePaths:
CODE: SupportFrontendPostDeploymentTestsLambda-CODE.template.json
PROD: SupportFrontendPostDeploymentTestsLambda-PROD.template.json
support-frontend-post-deployment-tests:
support-frontend-post-deployment-tests-lambda:
type: aws-lambda
stacks:
- support
Expand Down

0 comments on commit 3ef5f98

Please sign in to comment.