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