has anyone had any luck deploying prisma to digita...
# prisma-whats-new
j
has anyone had any luck deploying prisma to digitalocean?
r
We tried deploying it on an EC2 instance but are facing issue similar to one mentioned here: https://github.com/graphcool/prisma/issues/1686
j
my error is this one https://file-ixmtucncge.now.sh
the only step that I can think of that is messing things up is the private/public pem thingies
v
I followed Docker Manual steps on Digital Ocean. All worked fine for me. To do it clean, you may follow these steps
r
@johhansantana In case you are still looking into deploying prisma on digital ocean, this is what worked for me: https://github.com/graphcool/prisma/issues/1686#issuecomment-361491227 Point 1 specified in there fixes the error you are getting i.e.
PEM_read_bio: no start line
.
j
@varmab I tried that, still getting socket hang up error when doing
prisma local start