From 3ee393279fc820cce70c0564eeecf738a6c90d00 Mon Sep 17 00:00:00 2001 From: YunsBob Date: Sun, 16 Feb 2025 15:06:01 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EA=B9=83=ED=97=99=EC=95=A1=EC=85=98=20?= =?UTF-8?q?git=20=ED=85=8C=EC=8A=A4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ada4ced..e28cabb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,5 +13,7 @@ jobs: - name: test run: | sshpass -p "${{ secrets.SSH_PASSWORD }}" ssh -o StrictHostKeyChecking=no ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_HOST }} << 'EOF' - mkdir -p /home/techmoa/test + cd /home/deploy/backend + git checkout develop + git pull origin develop EOF \ No newline at end of file