Skip to content

Commit

Permalink
Merge pull request #11 from the-kingdoms/develop
Browse files Browse the repository at this point in the history
chore: fix yml file typo
  • Loading branch information
iOdiO89 authored Jul 26, 2024
2 parents d7f003b + cdd03b3 commit c06d42f
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 c06d42f

Please sign in to comment.