소스 검색

deploy 20251126

shjung 3 주 전
부모
커밋
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' 커밋 후 푸시됨"