Skip to content

Commit e9b3e8e

Browse files
committed
fix: cd 스크립트의 alloy 파일 경로 수정
1 parent fcaba61 commit e9b3e8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

.github/workflows/prod-cd.yml

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

7474
- name: Run docker compose

0 commit comments

Comments
 (0)