tt
All checks were successful
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 47s

This commit is contained in:
2026-01-06 14:15:47 +08:00
parent fd3ddd0bac
commit 3e28067c97

View File

@@ -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 "部署完成!"