Fix deploy symlink hint and prefer system npm in CI.
Deploy Ladill Woo Manager / deploy (push) Successful in 1m16s
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:
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user