From 19dbc5df53358d97c5f3b3ecc4655abcbe3ab6e9 Mon Sep 17 00:00:00 2001 From: Zero Date: Sun, 15 Sep 2024 14:31:41 +0900 Subject: [PATCH] =?UTF-8?q?Refactor/#1=20=EB=94=94=EC=8A=A4=EC=BD=94?= =?UTF-8?q?=EB=93=9C=20=EC=95=8C=EB=A6=BC=20=EC=A3=BC=EC=86=8C=EB=A5=BC=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD=ED=95=A9=EB=8B=88=EB=8B=A4.=20(#47)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * refactor: deploy yml 주소를 변경한다. * test: 스토리북 파일을 변경한다. --- .env | 1 + .github/workflows/chromatic-deploy.yml | 2 +- src/components/common/typography/Typography.stories.tsx | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..6b59410 --- /dev/null +++ b/.env @@ -0,0 +1 @@ +EXPO_PUBLIC_SERVER_URL="http://43.202.61.87:8080" diff --git a/.github/workflows/chromatic-deploy.yml b/.github/workflows/chromatic-deploy.yml index 121b73c..1aea12f 100644 --- a/.github/workflows/chromatic-deploy.yml +++ b/.github/workflows/chromatic-deploy.yml @@ -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 }} \ No newline at end of file + embed-url: ${{ steps.chromatic-deploy.outputs.url }} diff --git a/src/components/common/typography/Typography.stories.tsx b/src/components/common/typography/Typography.stories.tsx index e235443..c344fb4 100644 --- a/src/components/common/typography/Typography.stories.tsx +++ b/src/components/common/typography/Typography.stories.tsx @@ -48,7 +48,7 @@ const CustomTextMeta: Meta = { children: { control: 'text', description: '표시할 텍스트를 입력합니다.' }, }, args: { - children: 'Wepro', + children: 'Text', variant: 'Title1', color: 'black', },