Skip to content

Commit

Permalink
rafactor: key 대신 password로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomo committed Jan 18, 2024
1 parent 43423ec commit cca8719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
with:
host: ${{ secrets.NCP_HOST }}
username: ${{ secrets.NCP_USERNAME }}
key: ${{ secrets.NCP_PRIVATE_KEY }}
password: ${{ secrets.NCP_PRIVATE_KEY }}
port: ${{ secrets.NCP_PORT }}
source: docker-compose.yaml
target: /home/tenminute/
Expand Down

0 comments on commit cca8719

Please sign in to comment.