jacekschae / learn-reitit-course-files

🎦 Learn Reitit course files for building Cheffy REST API
https://www.learnreitit.com
38 stars 16 forks source link

Heroku deploy does not work #16

Open kisp opened 9 months ago

kisp commented 9 months ago

The file resources/config.edn was removed from the git repo (and added to .gitignore).

That means that on heroku that file does not exist when starting the web server from the Procfile:

web: java $JVM_OPTS -cp target/cheffy.jar clojure.main -m cheffy.server "resources/config.edn"

What would be a good and simple way to resolve this?

jacekschae commented 9 months ago

The file was removed because i added secrets there and didn't want to share them, include them in github repo.

That should do! Thanks!