Skip to content

Commit

Permalink
docs: ssh 접속 로직 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dgjinsu committed Nov 17, 2023
1 parent bcb7229 commit 09ca39a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
with:
host: ${{ secrets.SSH_HOST }}
username: ubuntu
key: ${{ secrets.SSH_PASSWORD }}
password: ${{ secrets.SSH_PASSWORD }}
port: 22
script: |
sudo docker rm -f $(docker ps -qa)
sudo docker pull ${{ secrets.DOCKERHUB_USERNAME }}/jikgong
Expand Down

0 comments on commit 09ca39a

Please sign in to comment.