Skip to content

Commit

Permalink
chore: fix yml typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iOdiO89 committed Jul 26, 2024
1 parent b334476 commit 3f67042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/s3Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

jobs:
publish-storybook:
publish-eollugage-pc:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -31,4 +31,4 @@ jobs:
aws-region: ap-northeast-2

- name: Upload to S3
run: aws s3 sync --region ap-northeast-2 ./build s3://s3-eollugaga-pc --delete
run: aws s3 sync --region ap-northeast-2 ./build s3://s3-eollugage-pc --delete

0 comments on commit 3f67042

Please sign in to comment.