Skip to content

Commit e59fbac

Browse files
committed
invalidate cloutfront after deploying to PD sandbox
1 parent 3b5247f commit e59fbac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pd-test-build-deploy.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -188,4 +188,5 @@ jobs:
188188
aws configure set role_arn ${{ secrets.OT_PD_DEPLOY_ROLE }} --profile deploy
189189
aws configure set source_profile identity --profile deploy
190190
aws s3 sync ./dist s3://sandbox.designer.opentrons.com/${{ env.OT_BRANCH }} --acl=public-read --profile=deploy
191+
aws cloudfront create-invalidation --distribution-id ENGOO2NRYGWKN --paths "/${{ env.OT_BRANCH }}/*""
191192
shell: bash

0 commit comments

Comments
 (0)