2

If I cd server and run now it gets deployed to https://server-91vnej46w.now.sh/

When I open this url I expect to see a graphql playground but instead I see a src folder

Deploying with Zeit Now apollo docs doesn't help

Github repo here

Deployment to heroku doesn't work as well: here's the post with an issue.

karolis2017
  • 2,195
  • 8
  • 24
  • 49

1 Answers1

0

You probably did not have a now.json configuration. This file would tell now how to deploy your application. If this configuration was not defined then now would have just uploaded the files.
The GitHub repo you linked doesn't have a now.json file so this is likely the case.
Now deployment configuration docs

joshkmartinez
  • 654
  • 1
  • 12
  • 35