Fix deploy symlink hint and prefer system npm in CI.
Deploy Ladill Woo Manager / deploy (push) Successful in 1m16s

Deploy user cannot update current when APP_ROOT is root-owned; CI falls back to portable Node only when needed.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-06 23:14:03 +00:00
co-authored by Cursor
parent 092b07897f
commit a70f342a0c
+1 -1
View File
@@ -200,7 +200,7 @@ switch_current_release() {
return 0
fi
echo "Unable to update current release symlink at $CURRENT_LINK" >&2
echo "Unable to update current release symlink at $CURRENT_LINK (run as root: ln -sfnT $NEW_RELEASE $CURRENT_LINK)" >&2
return 1
}