Login in heroku
Create new application in heroku
https://dashboard.heroku.com/new-app
Connect exists repository from github to created application
https://dashboard.heroku.com/apps/kaufman-bot/deploy/github
Set branch name if not main
And click to Enable Automatic Deploys
Wait...
Check output of site
endy@endy-virtual-machine:~/Projects/current/kaufman-bot$ curl https://kaufman-bot.herokuapp.com/api
{"message":"Welcome to server!"}endy@endy-virtual-machine:~/Projects/current/kaufman-bot$
It was easy!!!
Top comments (0)