diff --git a/.github/workflows/DO-deployment.yaml b/.github/workflows/DO-deployment.yaml index bb405e7..98a16a2 100644 --- a/.github/workflows/DO-deployment.yaml +++ b/.github/workflows/DO-deployment.yaml @@ -13,4 +13,7 @@ jobs: host: ${{ secrets.SSH_HOST }} key: ${{ secrets.SSH_KEY }} username: ${{ secrets.SSH_USERNAME }} - script: ls \ No newline at end of file + script: | + cd /Pasante_bot/ + git pull origin master + forever restart 0 \ No newline at end of file