Skip to content

Commit

Permalink
fix: 빌드 배포 과정 통합
Browse files Browse the repository at this point in the history
  • Loading branch information
Leejin-Yang committed Jan 4, 2024
1 parent 645c098 commit 8adb5bd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- develop

jobs:
build:
build-and-deploy:
runs-on: ubuntu-latest
timeout-minutes: 10

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 8adb5bd

Please sign in to comment.