diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 43744fe..47836a2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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