fea/nhat-dat-11042026-merge #1

Closed
minhnhat wants to merge 27 commits from UKSOURCE/cms.hailearning.edu.vn:fea/nhat-dat-11042026-merge into fea/nhat-13042028-merge-kiet-thien
Showing only changes of commit 22cb9c063d - Show all commits

14
rebuild.sh Executable file
View File

@@ -0,0 +1,14 @@
#!/bin/bash
set -e
echo "🔄 Rebuild cms.hailearning.edu.vn..."
cd /opt/cms.hailearning.edu.vn
echo "📥 Pull latest code..."
git pull origin main --no-rebase
echo "♻️ Restart service..."
systemctl restart cms.hailearning.edu.vn.service
echo "✅ Deploy done"