Skip to content

Commit

Permalink
refactor: 다시 해볼까?
Browse files Browse the repository at this point in the history
  • Loading branch information
useon authored Nov 26, 2024
1 parent caff1a1 commit 5437fdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/fe-cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ jobs:
# 3. Upload to S3
- name: Upload to S3 (Dev)
- working-directory: ./frontend/dist
run: |
aws s3 sync ./frontend/dist s3://${{ secrets.AWS_S3_BUCKET_DEV }} --delete
aws s3 sync . s3://${{ secrets.AWS_S3_BUCKET_DEV }} --delete
# 4. Invalidate CloudFront Cache
- name: Invalidate CloudFront Cache (Dev)
Expand Down

0 comments on commit 5437fdf

Please sign in to comment.