Skip to content

Commit

Permalink
🔧 Chore: CI-CD file 수정
Browse files Browse the repository at this point in the history
- CI + CD job 병합
  • Loading branch information
luke0408 committed Nov 27, 2023
1 parent 69bbf37 commit aaff0e6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

jobs:
build:
name: CI
name: CI-CD
runs-on: ubuntu-latest
steps:
- name: Checkout java with gradle
Expand Down Expand Up @@ -45,11 +45,6 @@ jobs:
- name: Build and Test
run: ./gradlew build -x test

deploy:
name: CD
runs-on: ubuntu-latest
needs: build
steps:
- name: Make Zip File
run: zip -qq -r ./$GITHUB_SHA.zip .
shell: bash
Expand Down

0 comments on commit aaff0e6

Please sign in to comment.