Skip to content

Commit

Permalink
Merge pull request #305 from woowacourse-teams/fix/cd
Browse files Browse the repository at this point in the history
[FIX] 배포 jar 파일 디렉터리 수정
  • Loading branch information
kyum-q authored Aug 6, 2024
2 parents 9cc2ad7 + bc8f360 commit 3a74f7c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/backend_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,14 @@ on:
- main

jobs:
find-branch:
build:
runs-on: self-hosted
steps:
- name: 브랜치명을 통해 개발 환경 알아내기
run: |
cd ${{ secrets.SCRIPT_DIRECTORY }}
bash find-env-by-branch.sh
build:
needs: find-branch
runs-on: self-hosted
steps:
- name: 체크아웃
uses: actions/checkout@v4

Expand Down

0 comments on commit 3a74f7c

Please sign in to comment.