hi all, I'm really new on ktor. trying to use hero...
# ktor
e
hi all, I'm really new on ktor. trying to use heroku. I am able to run the sample helloworld project locally. the problem is I'm getting the following error while deploying the project to heroku;
Copy code
bash: build/install/myproject/bin/myproject: No such file or directory
I have the following line in my Procfile
Copy code
web: build/install/myproject/bin/myproject
I am able to see this file in my ide. what should I use for my Procfile? Any guess would be appreciated. Thanks
e
Hi @cy the link was pretty helpful but not enough. I was able to do a successful deployment. I’ll create a pr for the page for gradle version. Thank you