From f3da49a76af0010ed4211c0825c977be8ae55104 Mon Sep 17 00:00:00 2001 From: sky121113 Date: Mon, 23 Feb 2026 16:10:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=B8=E7=99=BC=20Demo=20CI/CD=20=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=20(=E6=9B=B4=E6=96=B0=20SSH=20Key=20=E5=BE=8C?= =?UTF-8?q?=E5=86=8D=E6=AC=A1=E9=87=8D=E8=A9=A6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy-demo.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/deploy-demo.yaml b/.gitea/workflows/deploy-demo.yaml index bb27c94..f574e00 100644 --- a/.gitea/workflows/deploy-demo.yaml +++ b/.gitea/workflows/deploy-demo.yaml @@ -74,6 +74,7 @@ jobs: echo "容器狀態:" && docker ps --filter "name=star-erp-laravel" + - name: Step 4 - Composer & NPM Build uses: appleboy/ssh-action@master with: