From 8adb5bdb75009b92d62d91c37e88eab5ea8bcade Mon Sep 17 00:00:00 2001 From: Leejin-Yang Date: Thu, 4 Jan 2024 18:12:52 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B9=8C=EB=93=9C=20=EB=B0=B0=ED=8F=AC?= =?UTF-8?q?=20=EA=B3=BC=EC=A0=95=20=ED=86=B5=ED=95=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dc63ba3a..f0adb727 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,7 +6,7 @@ on: - develop jobs: - build: + build-and-deploy: runs-on: ubuntu-latest timeout-minutes: 10 @@ -39,10 +39,6 @@ jobs: - name: 클라이언트 빌드 run: yarn build - deploy: - needs: build - runs-on: ubuntu-latest - steps: - name: AWS CLI 설정 uses: aws-actions/configure-aws-credentials@v1 with: