add ssh password
This commit is contained in:
parent
684edea43b
commit
953acc2af4
|
@ -28,6 +28,7 @@ jobs:
|
|||
host: https://based.cooking
|
||||
username: based
|
||||
key: ${{ secrets.based_ssh }}
|
||||
password: ${{ secrets.based_ssh_pass }}
|
||||
script: |
|
||||
cd repo
|
||||
git pull --force origin master
|
||||
|
|
Loading…
Reference in New Issue