From f30551a5c38b90f71c40279b7c481c918e6b4d57 Mon Sep 17 00:00:00 2001 From: JGPenaB Date: Wed, 28 Aug 2024 00:17:43 +0200 Subject: [PATCH] added remaining commands --- .github/workflows/DO-deployment.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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