Skip to content

Commit 0bbce2a

Browse files
authored
use ssh key instead of password
1 parent 77e26c9 commit 0bbce2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
host: ${{ secrets.SSH_HOST }}
1616
user: ${{ secrets.SSH_USERNAME }}
17-
pass: ${{ secrets.SSH_PASSWORD }}
17+
key: ${{ secrets.SSH_KEY }}
1818
command: |
1919
cd ~/hackertab.dev
2020
git pull origin master

0 commit comments

Comments
 (0)