From fd65fa23e0355ac9a35351b6c6a3f2ce91ec0018 Mon Sep 17 00:00:00 2001 From: sky121113 Date: Mon, 5 Jan 2026 22:25:29 +0800 Subject: [PATCH] demo-server --- .gitea/workflows/deploy.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 504a122..9395b7c 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -103,7 +103,7 @@ on: jobs: sync-update: - runs-on: ubuntu-latest + runs-on: demo-server steps: - name: 1. Checkout New Code uses: actions/checkout@v3 @@ -132,7 +132,6 @@ jobs: --exclude='vendor' \ -cf - . | docker exec -i koori-erp-laravel tar -xf - -C /var/www/html - - name: 3. Backend & Frontend Build run: | docker exec -w /var/www/html koori-erp-laravel sh -c "