Has anyone deployed the node server from one of th...
# orm-help
j
Has anyone deployed the node server from one of the boilerplates to Heroku? https://github.com/graphql-boilerplates/react-fullstack-graphql/tree/master/advanced I can’t see how to just deploy the server (not React) as it’s not in the project root. Heroku docs dont seem very forthcoming…
n
Have not deployed yet but have you tried to deploy the node server to zeit now https://www.prisma.io/docs/tutorials/build-graphql-servers/deployment/deployment-with-now-ahs1jahkee/ Maybe it's simpler, by reading the docs it seems very simple basically it's one command
now --dotenv .env
or
now --dotenv .env.prod
j
It is but its also quite slow for me. As my Prisma service is with Heroku i hoped this would speed it up.
n
You can use git subtree