Skip to content

Commit

Permalink
fix: ssh 접속 계정명 변경과 패스워드 필드 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomo committed Nov 27, 2023
1 parent 15d298f commit 2ea5469
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/develop_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ jobs:
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.NCP_HOST }}
username: root
password: ${{ secrets.NCP_PASSWORD }}
username: tenminute
key: ${{ secrets.NCP_PRIVATE_KEY }}
port: ${{ secrets.NCP_PORT }}
script: |
Expand Down

0 comments on commit 2ea5469

Please sign in to comment.