fix: Q&A 파일 업로드 권한 오류 수정
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user