Skip to content

Commit 898f600

Browse files
committed
🐛 디렉토리명 변경
1 parent 4c2ff23 commit 898f600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
username: ${{ secrets.PI_USERNAME }} # 라즈베리파이 사용자 이름
3737
password: ${{ secrets.PI_PASSWORD }} # 라즈베리파이 비밀번호
3838
source: "./" # 현재 디렉토리에서 복사할 파일들
39-
target: "/home/pi/Project/travelCarrier/" # 라즈베리파이의 타겟 디렉토리
39+
target: "Project/travelCarrier/" # 라즈베리파이의 타겟 디렉토리
4040

4141
# 4. 배포 서버에서 docker-compose 명령어 실행
4242
- name: Deploy to Raspberry Pi
@@ -47,7 +47,7 @@ jobs:
4747
username: ${{ secrets.PI_USERNAME }}
4848
password: ${{ secrets.PI_PASSWORD }}
4949
script: |
50-
cd /home/pi/Project/travelCarrier/
50+
cd Project/travelCarrier/
5151
docker-compose pull
5252
docker-compose down
5353
docker-compose up -d

0 commit comments

Comments
 (0)