Skip to content

Commit

Permalink
change SSH login mode in deploy workflwo
Browse files Browse the repository at this point in the history
  • Loading branch information
sorousherafat authored Feb 14, 2024
1 parent d014656 commit 5cbe208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
host: '${{ secrets.HOST }}'
username: '${{ secrets.USER }}'
port: '${{ secrets.PORT }}'
key: '${{ secrets.SSH_PRIVATE_KEY }}'
password: '${{ secrets.PASS }}'
script: |
cd sad/MiniKafka
git checkout master
Expand Down

0 comments on commit 5cbe208

Please sign in to comment.