Skip to content

Commit 7afec91

Browse files
authored
🔨 jar의 lib 폴더구조 제거
1 parent 367fc8a commit 7afec91

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
@@ -37,7 +37,7 @@ jobs:
3737
password: ${{ secrets.PI_PASSWORD }} # 라즈베리파이 비밀번호
3838
source: "build/libs/*.jar" # 빌드된 JAR 파일만 복사
3939
target: "Project/travelCarrier/" # 라즈베리파이의 타겟 디렉토리
40-
strip_components: 1 # 폴더 구조를 제거하고 파일만 복사
40+
strip_components: 2 # 폴더 구조를 제거하고 파일만 복사
4141

4242
# 4. 배포 서버에서 docker-compose 명령어 실행
4343
- name: Deploy to Raspberry Pi

0 commit comments

Comments
 (0)