Skip to content

Commit

Permalink
Merge pull request #13 from depromeet/chore-CI-setting
Browse files Browse the repository at this point in the history
chore #5 : CI 세팅 fix
  • Loading branch information
subsub-e authored Feb 8, 2025
2 parents 296e3f1 + adba6f6 commit d359643
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 @@ -58,7 +58,7 @@ jobs:

- name: Upload to S3
run: |
aws s3 sync ./build s3://${{ secrets.AWS_BUCKET_NAME }} --region ap-northeast-2
aws s3 sync ./dist s3://${{ secrets.AWS_BUCKET_NAME }} --region ap-northeast-2
Expand Down

0 comments on commit d359643

Please sign in to comment.