Deploying Golang API to Heroku
––– views
•
1 mins
9 Jun 2021
I'll assume you have Heroku cli installed and logged in. or you can start here. Install heroku cli
// Profile web: bin/Intersect_api
heroku local
heroku create intersect-api-v2
git add . git commit -m '💪'
git push heroku heroku-deploy:master
git push heroku master
Extra
heroku logs
That's about it. Now we can check our server at,
https://intersect-api-v2.herokuapp.com