Skip to content

Commit

Permalink
fix(workflows): 배포 jar 파일 디렉터리 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kyum-q authored Aug 6, 2024
1 parent 9cc2ad7 commit 710f74a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/backend_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,15 @@ on:
- develop
- main

jobs:
find-branch:
jobs:
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 710f74a

Please sign in to comment.