Closed antifessional closed 3 years ago
I have 3 things, not sure if any will work:
Towards the end of the course there is another deployment lesson. There were a couple of things that I reworked.
Maybe you could try to keep the following? https://github.com/jacekschae/learn-reitit-course-files/blob/c13a8eb622a371ad719d3d9023f1b4eff9392e4c/increments/07-heroku-deploy/src/cheffy/server.clj#L2
Also try lein clean
and then try again?
Hope that helps, probably start from the bottom.
Thank you! I redid everything exactly the same way and this time got it to work.
I'm trying to follow the initial deployment to heroku. The only difference is that I use a namespace with an additional level : toplevel.cheffy.server. The only way I was able to make it work is with Procfile
(the production profile does not exist)
Locally the file runs correctly with many commands:
But on heroku all but the first command result in
Can you please advise?