Skip to content

Commit b6ad516

Browse files
committed
fix: 파일 경로 수정
1 parent ac3b76f commit b6ad516

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ jobs:
3737
username: ubuntu
3838
host: ${{ secrets.HOST }}
3939
key: ${{ secrets.PRIVATE_KEY }}
40-
source: "./build/libs/*-SNAPSHOT.jar"
41-
target: "/home/ubuntu/server/app.jar"
40+
source: "build/libs/*-SNAPSHOT.jar"
41+
target: "/home/ubuntu/server"
42+
strip_components: 2
4243

4344
- name: Deploy
4445
uses: appleboy/[email protected]

0 commit comments

Comments
 (0)