Skip to content

Commit

Permalink
Refactor/#1 디스코드 알림 주소를 변경합니다. (#47)
Browse files Browse the repository at this point in the history
* refactor: deploy yml 주소를 변경한다.

* test: 스토리북 파일을 변경한다.
  • Loading branch information
Zero-1016 authored Sep 15, 2024
1 parent c689218 commit 19dbc5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
EXPO_PUBLIC_SERVER_URL="http://43.202.61.87:8080"
2 changes: 1 addition & 1 deletion .github/workflows/chromatic-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
webhook-url: ${{ secrets.WEBHOOK_URL }}
embed-title: 'Storybook 변경 사항 발견 😃'
embed-description: '작업: "${{ github.event.pull_request.title }}" 에서 추가된 Storybook을 확인해주세요!'
embed-url: ${{ steps.chromatic-deploy.outputs.storybookUrl }}
embed-url: ${{ steps.chromatic-deploy.outputs.url }}
2 changes: 1 addition & 1 deletion src/components/common/typography/Typography.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const CustomTextMeta: Meta<typeof Typography> = {
children: { control: 'text', description: '표시할 텍스트를 입력합니다.' },
},
args: {
children: 'Wepro',
children: 'Text',
variant: 'Title1',
color: 'black',
},
Expand Down

0 comments on commit 19dbc5d

Please sign in to comment.