The deployment probably worked the first time, the error is (AFAIK) from generating the generated prisma schema. (Check, if the generated schema is really up to date?)
I had this error, when i forgot the id: ID! @unique on a model. So in your case maybe your User type doesn’t have an id?