Skip to content

Commit 80f5e71

Browse files
committed
✨ feat : 파이프라인 구축시 docker-compose 위치 수정
-절대 경로
1 parent d8c8ed7 commit 80f5e71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd-gateway-service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
host: ${{ env.EC2_HOST }}
9090
username: ${{ env.EC2_SSH_USER }}
9191
key: ${{ env.PRIVATE_KEY }}
92-
source: "./docker-compose.yml"
92+
source: "${{ github.workspace }}/docker-compose.yml" # 절대 경로 형태
9393
target: ${{env.PROJECT_PATH}}
9494

9595
- name: Deploy to EC2 via SSH

0 commit comments

Comments
 (0)