update workflow
This commit is contained in:
parent
7712c77174
commit
e247c7364b
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
expect - <<EOF
|
||||
spawn ssh -p ${{ secrets.PORT }} ${{ secrets.USERNAME }}@${{ secrets.HOST }} "cd ${{ secrets.PATH }} && git pull"
|
||||
expect "?"
|
||||
send "yes"
|
||||
send "yes\r"
|
||||
expect "password:"
|
||||
send "${{ secrets.PASSWORD }}\r"
|
||||
expect eof
|
||||
|
Loading…
x
Reference in New Issue
Block a user