Hi, I’m Dung Huynh Duc . Nice to meet you.

About Me

I’m a full stack developer. I’m a fast learner and self-taught coder. I often take my time for researching and learning about hot and trending technology.

heroku
devops

#TIL 18 - Deploy to heroku from sub directory

blog_hero_#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