Skip to content

Commit

Permalink
Merge pull request #11 from Kusitms-29th-Kobaco-A/chore/dependency
Browse files Browse the repository at this point in the history
fix : secret 값 수정
  • Loading branch information
tlarbals824 authored Feb 27, 2024
2 parents 0f603db + dbbf1a9 commit 56e3c4f
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 56e3c4f

Please sign in to comment.