Skip to content

Commit 2521571

Browse files
committed
fix: CI/CD deploy.sh 경로 수정 및 JAR 복사 경로 추가
1 parent 3122c77 commit 2521571

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cicd-on-prem.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ jobs:
7777
7878
- name: exec.deploy.sh
7979
run: |
80-
cd guesthouse/jeju
80+
cp $GITHUB_WORKSPACE/guesthouse/jeju/archive/dev.jar /Users/brains/guesthouse/jeju/archive/build/libs/dev.jar
81+
cd /Users/brains/guesthouse/jeju
8182
sh deploy.sh
8283
8384
- name: Discord 배포 성공 알림

0 commit comments

Comments
 (0)