Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Minjae-vincent authored Jul 17, 2024
1 parent d43b4c5 commit fb84cca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
run: npm run build

- name: List build directory contents # 확인을 위해 빌드 디렉토리 내용 출력
run: ls -alh
run: ls -alh dist

- name: Deploy # S3에 배포하기
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: |
aws s3 sync build s3://yebang-bucket --region ap-northeast-2
aws s3 sync dist s3://yebang-bucket --region ap-northeast-2

0 comments on commit fb84cca

Please sign in to comment.