From 54ace30c36af0ad96193ab55ec4f410e7aa0ef2e Mon Sep 17 00:00:00 2001 From: Samil Date: Mon, 29 Jan 2024 15:20:31 +0545 Subject: [PATCH] next --- .github/workflows/run-server.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/run-server.yml b/.github/workflows/run-server.yml index ddf63a1..91d16dc 100644 --- a/.github/workflows/run-server.yml +++ b/.github/workflows/run-server.yml @@ -23,8 +23,7 @@ jobs: - name: Update Git code on the server run: | - - pwd - - ssh ${{ secrets.REMOTE_USERNAME }}@${{ secrets.REMOTE_HOST }} "cd /home/ubuntu/devops_class/all_in_docker && git pull" + ssh ${{ secrets.REMOTE_USERNAME }}@${{ secrets.REMOTE_HOST }} "pwd" - name: Install dependencies run: |