From 0c5ece271e8c5e50ba0a0c051cf692dacb764e47 Mon Sep 17 00:00:00 2001 From: Stephen <46878042+szhanggg@users.noreply.github.com> Date: Tue, 7 Nov 2023 14:30:19 -0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a7d586..90d3401 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,4 +30,4 @@ jobs: SSH_HOST: ${{ secrets.SSH_HOST }} - name: Pull - run: cd /srv/http/mbit && git pull + run: ssh srv "cd /srv/http/mbit && git pull && exit"