From db711cf094cbf46639ddb049f412539b976d8343 Mon Sep 17 00:00:00 2001 From: hwmin414 Date: Thu, 18 Jan 2024 21:41:35 +0900 Subject: [PATCH] feat: CI false env set and fix login route --- .github/workflows/prod-build-deploy-s3.yaml | 2 +- src/components/templates/Header/Header.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prod-build-deploy-s3.yaml b/.github/workflows/prod-build-deploy-s3.yaml index 8dd3d7c..c4c9f8b 100644 --- a/.github/workflows/prod-build-deploy-s3.yaml +++ b/.github/workflows/prod-build-deploy-s3.yaml @@ -32,7 +32,7 @@ jobs: run: yarn - name: Build - run: yarn build + run: CI=false yarn build - name: Deploy env: diff --git a/src/components/templates/Header/Header.tsx b/src/components/templates/Header/Header.tsx index 8cbc68f..e998e0b 100644 --- a/src/components/templates/Header/Header.tsx +++ b/src/components/templates/Header/Header.tsx @@ -136,7 +136,7 @@ const AuthButton: React.FC = ({ type, groupName, transparent }) ) : (
- + 로그인