Skip to content

Commit b402e5a

Browse files
committed
fix: dir 수정
1 parent 80ee322 commit b402e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
SSH_KEY: ${{ secrets.REMOTE_PRIVATE_KEY }}
109109
run: |
110110
DIR="/home/root/app/octodocs"
111-
cd DIR
111+
cd "$DIR"
112112
cd backend
113113
yarn start
114114
# # 배포용 쉘 스크립트 파일 전송

0 commit comments

Comments
 (0)