Skip to content

Commit 000fc6b

Browse files
committed
♻️ refactor : docker-compose.yml 방식 수정
1 parent 80f5e71 commit 000fc6b

2 files changed

Lines changed: 0 additions & 31 deletions

File tree

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,6 @@ jobs:
8282
environment: gateway
8383

8484
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-
9585
- name: Deploy to EC2 via SSH
9686
uses: appleboy/ssh-action@v0.1.6
9787
with:

docker-compose.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)