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: