We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b5247f commit e59fbacCopy full SHA for e59fbac
.github/workflows/pd-test-build-deploy.yaml
@@ -188,4 +188,5 @@ jobs:
188
aws configure set role_arn ${{ secrets.OT_PD_DEPLOY_ROLE }} --profile deploy
189
aws configure set source_profile identity --profile deploy
190
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 }}/*""
192
shell: bash
0 commit comments