We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80f5e71 commit 000fc6bCopy full SHA for 000fc6b
2 files changed
.github/workflows/ci-cd-gateway-service.yml
@@ -82,16 +82,6 @@ jobs:
82
environment: gateway
83
84
steps:
85
-
86
- - name: 3. docker-compose.yml 전달
87
- uses: appleboy/scp-action@master
88
- with:
89
- host: ${{ env.EC2_HOST }}
90
- username: ${{ env.EC2_SSH_USER }}
91
- key: ${{ env.PRIVATE_KEY }}
92
- source: "${{ github.workspace }}/docker-compose.yml" # 절대 경로 형태
93
- target: ${{env.PROJECT_PATH}}
94
95
- name: Deploy to EC2 via SSH
96
uses: appleboy/ssh-action@v0.1.6
97
with:
docker-compose.yml
0 commit comments