We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e26c9 commit 0bbce2aCopy full SHA for 0bbce2a
1 file changed
.github/workflows/deploy.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
host: ${{ secrets.SSH_HOST }}
16
user: ${{ secrets.SSH_USERNAME }}
17
- pass: ${{ secrets.SSH_PASSWORD }}
+ key: ${{ secrets.SSH_KEY }}
18
command: |
19
cd ~/hackertab.dev
20
git pull origin master
0 commit comments