Skip to content

Commit

Permalink
fix: modify CI/CD script (#33)
Browse files Browse the repository at this point in the history
* chore: setup CI/CD

* chore: modify CI/CD

* chore: modify CI/CD

* fix: lockfile issues

* fix: modify CI/CD
  • Loading branch information
yu-yj215 authored Nov 7, 2024
1 parent 2b5501e commit 364ce36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
# AWS CLI 설치 확인 및 설정
sudo apt-get update && sudo apt-get install -y awscli
cd apps/client
# 빌드된 정적 파일을 오브젝트 스토리지로 업로드
aws --endpoint-url=https://kr.object.ncloudstorage.com s3 sync ./dist s3://ask-it-static/dist --acl public-read
Expand Down

0 comments on commit 364ce36

Please sign in to comment.