#TIL 18 - Deploy to heroku from sub directory
Step 1: Add Heroku git repository
# e.g: Add nft-app-api repo
heroku git:remote -a nft-app-api
Step: Deploy from sub folder with git substree
# e.g: server is the sub directory
git subtree push --prefix server heroku master