We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8c8ed7 commit 80f5e71Copy full SHA for 80f5e71
1 file changed
.github/workflows/ci-cd-gateway-service.yml
@@ -89,7 +89,7 @@ jobs:
89
host: ${{ env.EC2_HOST }}
90
username: ${{ env.EC2_SSH_USER }}
91
key: ${{ env.PRIVATE_KEY }}
92
- source: "./docker-compose.yml"
+ source: "${{ github.workspace }}/docker-compose.yml" # 절대 경로 형태
93
target: ${{env.PROJECT_PATH}}
94
95
- name: Deploy to EC2 via SSH
0 commit comments