Skip to content

Commit

Permalink
chore : yml 파일 s3 버킷 이름 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepdog13 committed Jan 25, 2024
1 parent 79572e9 commit bb4b18f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontenddeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
run: |
aws s3 sync \
--region ap-northeast-2 \
build s3://sheepdog13 \
build s3://sheepdog13.blog \
--delete
2 changes: 1 addition & 1 deletion client/src/components/views/LandingPage/LandingPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function LandingPage() {
return (
<div>
<button onClick={logout}>로그아웃</button>
gitactions로 배포 테스트
gitactions로 배포 테스트 오타 수정
</div>
);
}
Expand Down

0 comments on commit bb4b18f

Please sign in to comment.