Join Slack
Communities
Powered by
Has anyone deployed the node server from one of th...
# orm-help
j
Jim
07/05/2018, 5:36 PM
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
Nick
07/05/2018, 5:48 PM
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
Jim
07/05/2018, 5:49 PM
It is but its also quite slow for me. As my Prisma service is with Heroku i hoped this would speed it up.
n
nilan
07/05/2018, 6:24 PM
You can use git subtree
2
Views
Open in Slack
Previous
Next