Skip to content

Commit

Permalink
:fix change key to different ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwupark committed Feb 15, 2024
1 parent 820d2ce commit 5efc872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
host: ${{ secrets.HOST2 }}
username: ubuntu
key: ${{ secrets.KEY }}
key: ${{ secrets.KEY2 }}
script: |
if [ "$(sudo docker ps -aq)" ]; then
Expand All @@ -58,7 +58,7 @@ jobs:
with:
host: ${{ secrets.HOST2 }}
username: ubuntu
key: ${{ secrets.KEY }}
key: ${{ secrets.KEY2 }}
script: |
# Docker 이미지 다운로드
sudo docker pull ${{ secrets.DOCKER_REPO }}/meme-auth
Expand Down

0 comments on commit 5efc872

Please sign in to comment.