shjung 3 долоо хоног өмнө
parent
commit
b55aebd7cb
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      commit.sh

+ 2 - 2
commit.sh

@@ -13,7 +13,7 @@ echo "📦 Git 커밋 및 푸시 시작..."
 
 git add .
 git commit -m "$COMMIT_MSG"
-git push origin master
-git push server master
+git push origin main
+git push server main
 
 echo "✅ 완료: '$COMMIT_MSG' 커밋 후 푸시됨"