Skip to content

Commit

Permalink
Env: 파일 빌드 파일 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KimKyuHoi committed Aug 11, 2024
1 parent 43ca76e commit 8934c74
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 @@ -49,4 +49,4 @@ jobs:
aws s3 cp \
--recursive \
--region ap-northeast-2 \
./build s3://${{env.S3_BUCKET_NAME}}
./dist s3://${{env.S3_BUCKET_NAME}}

0 comments on commit 8934c74

Please sign in to comment.