Skip to content

Commit

Permalink
cicd 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
qogustj committed Jun 27, 2024
1 parent 940c17b commit 7c156e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
with:
username: ubuntu
host: ${{ secrets.EC2_HOST }}
key: ${{ secrets.EC2_KEY }}
key: ${{ secrets.EC2_PRIVATE_KEY }}
port: ${{ secrets.EC2_PORT }}
source: "./docker-compose.yml"
target: "/home/ubuntu/"
Expand Down

0 comments on commit 7c156e5

Please sign in to comment.