https://devcenter.heroku.com/articles/git
heroku create -a fastapi-abc
# to confirm heroku is set for app
git remote -v
# for existing
heroku git:remote -a fastapi-abc
push heroku main
https://devcenter.heroku.com/articles/git
heroku create -a fastapi-abc
# to confirm heroku is set for app
git remote -v
# for existing
heroku git:remote -a fastapi-abc
push heroku main