Skip to content

Commit

Permalink
fix : secret 값 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
tlarbals824 committed Feb 27, 2024
1 parent b6667ad commit dbbf1a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
- name: docker compose push
uses: appleboy/scp-action@master
with:
host: ${{ secrets.HOST }}
host: ${{ secrets.REMOTE_SSH_HOST }}
username: ubuntu
key: ${{ secrets.KEY }}
key: ${{ secrets.REMOTE_SSH_KEY }}
source: "./.deploy/docker-compose.yml"
target: "/home/ubuntu"
strip_components: 2
Expand Down

0 comments on commit dbbf1a9

Please sign in to comment.