# 훅 하나가 만드는 차이 # Question: 갱신을 서빙으로 잇는 자리는 무엇인가 direction: down n0: "certbot 갱신 성공" { shape: rectangle } n1: "deploy 훅" { shape: rectangle } n2: "nginx 워커 교체" { shape: rectangle } n3: "새 인증서 서빙" { shape: rectangle } n0 -> n1: "갱신 성공 시 호출" n1 -> n2: "reload 신호" n2 -> n3: "새 인증서 적재"