fix(deploy): SSH set -e 제거 + curl fallback #49
No reviewers
레이블
레이블 없음
마일스톤 없음
담당자 없음
참여자 2명
알림
마감일
마감일이 설정되지 않았습니다.
의존성
No dependencies set.
Reference: gc/kcg-monitoring#49
불러오는 중...
Reference in New Issue
Block a user
No description provided.
Delete Branch "hotfix/deploy-ssh-final"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
set -e에서 curl exit 7(연결 실패)이 스크립트 즉시 종료. 제거 후 안전 fallback 처리.
hotfix