Skip to content

Commit

Permalink
Merge pull request #193 from baegyeong/main
Browse files Browse the repository at this point in the history
chore: 경로에 큰따옴표 추가
  • Loading branch information
baegyeong authored May 28, 2024
2 parents cda5739 + ed4ee9c commit 0036196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
CLOUD_FRONT_ID: ${{ secrets.AWS_CLOUDFRONT_ID}}
run: |
aws cloudfront create-invalidation \
--distribution-id $CLOUD_FRONT_ID --paths /*
--distribution-id $CLOUD_FRONT_ID --paths "/*"

0 comments on commit 0036196

Please sign in to comment.