From 3e28067c979aa2ad2d48365109f7c6756ff99b7e Mon Sep 17 00:00:00 2001 From: sky121113 Date: Tue, 6 Jan 2026 14:15:47 +0800 Subject: [PATCH] tt --- .gitea/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 62f1161..b365c1b 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -93,7 +93,7 @@ jobs: with: github-server-url: http://192.168.0.103:3000 repository: ${{ github.repository }} - + - name: Step 1 - Push Code to Production run: | apt-get update && apt-get install -y rsync openssh-client @@ -165,5 +165,5 @@ jobs: script: | docker exec koori-erp-laravel chmod -R 775 /var/www/html/storage /var/www/html/bootstrap/cache echo "正在進行最後重啟以確保服務生效..." - docker restart koori-erp-laravel + # docker restart koori-erp-laravel echo "部署完成!" \ No newline at end of file