fix: Q&A 파일 업로드 권한 오류 수정

This commit is contained in:
root
2026-08-27 16:57:49 +09:00
parent ed4edccc54
commit ac9a784f7e
4 changed files with 38 additions and 23 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ case "$remote_mode" in
remote_url="https://gitea.hmac.kr/b24014/egbim_homepage.git"
;;
ssh)
remote_url="ssh://git@172.16.10.175:22/b24014/egbim_homepage.git"
remote_url="ssh://git@10.13.10.4:22/b24014/egbim_homepage.git"
;;
*)
echo "Usage: $0 [https|ssh]" >&2