Explorar o código

deploy 20251126

shjung hai 3 semanas
pai
achega
b55aebd7cb
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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' 커밋 후 푸시됨"