Skip to content

Commit aa9a4e4

Browse files
committed
fix: 파일 경로 수정
- 이전 PR에서 누락된 내용을 추가합니다.
1 parent fcaba61 commit aa9a4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
host: ${{ secrets.DEV_HOST }}
6969
username: ${{ secrets.DEV_USERNAME }}
7070
key: ${{ secrets.DEV_PRIVATE_KEY }}
71-
source: "./docs/config.alloy"
71+
source: "./docs/infra-config/config.alloy"
7272
target: "/home/${{ secrets.DEV_USERNAME }}/solid-connection-dev/"
7373

7474
- name: Run docker compose

0 commit comments

Comments
 (0)