Skip to content

Commit ddaa98e

Browse files
committed
fix: COMPOSE 수정
1 parent 1326391 commit ddaa98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/cd-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
- name: AWS EC2 Server Deploy
137137
uses: appleboy/ssh-action@master
138138
env:
139-
COMPOSE: "home/ubuntu/tnt/infra/docker-compose-dev.yml"
139+
COMPOSE: "tnt/infra/docker-compose-dev.yml"
140140
with:
141141
envs: COMPOSE
142142
host: ${{ secrets.EC2_DEV_HOST }}

0 commit comments

Comments
 (0)