Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
change ssh with option
key -> password
  • Loading branch information
ohinhyuk authored Jan 27, 2024
1 parent aad1b43 commit 64def56
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 @@ -12,7 +12,7 @@ jobs:
with:
host: ${{ secrets.SW_MILEAGE_SSH_HOST }}
username: ${{ secrets.SW_MILEAGE_SSH_USERNAME }}
key: ${{ secrets.SW_MILEAGE_SSH_PASSWORD }}
password: ${{ secrets.SW_MILEAGE_SSH_PASSWORD }}
port: 22
script: |
whoami
Expand Down

0 comments on commit 64def56

Please sign in to comment.