Skip to content

Commit

Permalink
Merge pull request #6 from SuperViz/pr/checks
Browse files Browse the repository at this point in the history
ci(playground): fix dist path
  • Loading branch information
carlossantos74 authored Sep 13, 2024
2 parents 1a55c02 + 2f85708 commit 5fc289b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playground.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5fc289b

Please sign in to comment.