From b63ebff025c6db1a810094b4d412678fb3c64e64 Mon Sep 17 00:00:00 2001 From: imnyang Date: Fri, 2 May 2025 22:59:24 +0900 Subject: [PATCH] =?UTF-8?q?static=20=EB=AF=B8=EC=A0=9C=EA=B3=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5bc06da..5bc6475 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,10 +22,3 @@ jobs: - run: bun install - run: bun run build - run: pm2 restart imnya.ng > /dev/null 2>&1 - - replace: - name: Replace Old Build with New Build - runs-on: web-self-hosted - needs: install_dependencies_and_build - steps: - - run: rm -rf /var/static/imnya.ng && cp -r dist /var/static/imnya.ng