jamiehalvorson
03/03/2018, 1:19 PMprisma deploy
to prisma cloud I get this:
Deploying service `XXX` to stage `dev` on cluster `XXX` 1.3s
Changes:
Class (Type)
+ Created field `lowerTitle` of type `String!`
User (Type)
~ Updated field `avatar`
FileToUser (Relation)
+ Created relation between File and User
Applying changes (12/3) ⡿
It just sits there spinning until I kill it, never ends.
However, when I view my deployment history on app.prisma.sh I see that it looks like it worked:
Jamie added 1 field, updated 1 field, added 1 relation.
4 minutes ago
But when I view the Data Browser I can’t see my new fields. Local stuff all works fine, just deployments to prisma cloud aren’t working for me.
Any help/pointers are greatly appreciated. Thanks!jamiehalvorson
03/03/2018, 1:25 PM