From 96342f9cf8e5b873539f8e76abe96a3f610bdeb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=95=94=EB=83=A5?= Date: Mon, 10 Feb 2025 20:11:36 +0900 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8d41619..6be7f1d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,14 +6,14 @@ name: Web Build jobs: build: name: Build the web - runs-on: web + runs-on: web-self-hosted steps: - uses: oven-sh/setup-bun@v2 - run: bun install - run: bun run build copy: name: Copy files - runs-on: web + runs-on: web-self-hosted steps: - run: rm -rf /var/static/imnya.ng - run: cp -r dist /var/static/imnya.ng