Skip to content

Commit

Permalink
[Feat]: ci-cd 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
bayy1216 committed May 31, 2024
1 parent c83de9f commit 700b828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
# 실행 시, docker-compose를 사용합니다.
steps:
- name: ✔️ send docker-compose.yml to EC2 server
uses: appleboy/scp-action@master
uses: appleboy/scp-action@v0.1.7
with:
username: ec2-user
host: ${{ secrets.HOST }}
key: ${{ secrets.KEY }}
port: 22
source: "docker-compose.dev.yml"
source: "/home/runner/docker-compose.dev.yml"
target: "/home/ec2-user"

- name: Deploy to server
Expand Down

0 comments on commit 700b828

Please sign in to comment.