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