From 5507ca317ec7cc8412cf49d8e757d7dcdc5d6046 Mon Sep 17 00:00:00 2001 From: imnyang Date: Fri, 2 May 2025 23:02:03 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EB=A0=87=EA=B2=8C=20=ED=95=98?= =?UTF-8?q?=EB=9D=BC=EA=B3=A0=EC=9A=94=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5bc6475..a73854c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,8 +17,11 @@ jobs: needs: checkout steps: - uses: actions/checkout@v4 - - run: cd /home/neko/Workspace/Git/imnyang/imnyang - run: git pull + working-directory: /home/neko/Workspace/Git/imnyang/imnyang - run: bun install + working-directory: /home/neko/Workspace/Git/imnyang/imnyang - run: bun run build + working-directory: /home/neko/Workspace/Git/imnyang/imnyang - run: pm2 restart imnya.ng > /dev/null 2>&1 + working-directory: /home/neko/Workspace/Git/imnyang/imnyang