add new features like realtime 2026-05-11-19
This commit is contained in:
17
git_push.sh
Normal file
17
git_push.sh
Normal file
@@ -0,0 +1,17 @@
|
||||
#!/bin/zsh
|
||||
|
||||
# الحصول على التاريخ الحالي
|
||||
CURRENT_DATE=$(date +"%Y-%m-%d-%H")
|
||||
|
||||
echo "--- 🚀 Starting Deployment ($CURRENT_DATE) ---"
|
||||
|
||||
# إضافة جميع الملفات
|
||||
git add .
|
||||
|
||||
# تنفيذ الكوميت مع التاريخ
|
||||
git commit -m "add new features like realtime $CURRENT_DATE"
|
||||
|
||||
# الرفع إلى السيرفر
|
||||
git push myserver main
|
||||
|
||||
echo "--- ✅ Done ---"
|
||||
Reference in New Issue
Block a user