Skip to content

Commit f6bc73f

Browse files
committed
ci: app.jar 경로 변경
1 parent 041b79a commit f6bc73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
password: ${{ secrets.PI_PASSWORD }}
3434
port: ${{ secrets.PI_PORT }}
3535
source: "build/libs/app.jar"
36-
target: "Project/homework/app.jar"
36+
target: "Project/homework"
3737

3838
- name: Restart Docker Compose on Raspberry Pi
3939
uses: appleboy/ssh-action@master

0 commit comments

Comments
 (0)