Match house writing style, add docs/hints.md

This commit is contained in:
fisher
2026-08-23 07:52:17 +00:00
parent 3a6fafb5c7
commit 4937fd6e62
6 changed files with 37 additions and 5 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ notify() {
-H "Title: ${CD_NAME} deploy" \
-d "${icon} ${CD_NAME} (${CD_ENV}): ${message}" \
"${CD_NTFY_BASE_URL}/${topic}" >/dev/null 2>&1 \
|| warn "ntfy notification failed (deploy outcome itself is unaffected)"
|| warn "ntfy notification failed (the deploy itself is unaffected)"
}
# ------------------------------------------------------------------- lock ---