-
Notifications
You must be signed in to change notification settings - Fork 20
프론트 배포 방법(수동)
xrabcde edited this page Apr 27, 2022
·
6 revisions
$ node -v
-
v16.13.0
이라면 킵고잉 (아니라면nvm install v16.13.0
입력해서 다운그레이드)
cd ~/2021-zzimkkong/frontend
경로에서
- dev라면 :
$ yarn build:dev
- prod라면 :
$ yarn build
실행 후 dist 폴더 생성 확인
aws S3 버킷에서 기존 파일들 삭제 후 새로 빌드한 파일 전송
- dev라면 :
$ aws s3 cp dist s3://zzimkkong-bucket-dev --recursive
- prod라면 :
$ aws s3 cp dist s3://zzimkkong-bucket --recursive
S3 버킷에서 파일 잘 옮겨졌는지 확인 후 Cloudfront 캐시 무효화 (객체 경로 : /*
)