diff --git a/.github/workflows/playground.ci.yml b/.github/workflows/playground.ci.yml index b21289fa..bf7ffa86 100644 --- a/.github/workflows/playground.ci.yml +++ b/.github/workflows/playground.ci.yml @@ -48,7 +48,7 @@ jobs: aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: us-east-1 - name: Deploy static site to S3 bucket - run: aws s3 sync ./dist/ s3://sdk-playground.superviz.com --delete + run: aws s3 sync apps/playground/dist/ s3://sdk-playground.superviz.com --delete - name: Create Cloudfront invalidation run: aws cloudfront create-invalidation --distribution-id ${{ secrets.PRODUCTION_DISTRIBUTION_ID }} --paths "/*" slack: