Skip to content

Commit

Permalink
chore: workflow 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
황 태환 committed Mar 5, 2024
1 parent ad9cea6 commit 7bc85fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/storybook-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: ap-northeast-2
run: |
aws s3 sync ./storybook-static s3://anotherme-storybook/ --delete
aws s3 sync \
--region ap-northeast-2 \
./storybook-static s3://anotherme-storybook \
--delete

0 comments on commit 7bc85fe

Please sign in to comment.