Skip to content

Commit

Permalink
fix: cicd전용 계정 생성하여 password 필드 제거
Browse files Browse the repository at this point in the history
Co-authored-by: uiurihappy <uiurihappy@sju.ac.kr>
Co-authored-by: uwoobeat <desktop3711@gmail.com>
  • Loading branch information
3 people committed Nov 27, 2023
1 parent c56dc73 commit 28e24fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/develop_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,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 28e24fa

Please sign in to comment.