Lately, direct deployment of a Heroku App connecting it to Github is forbidden due to security concerns. Nonetheless, through the CLI, deployment on Heroku can be done.
These are the following steps. I’m assuming git is installed in the CLI and the directory is Heroku-ready.
- Install the Heroku CLI
cd repository-to-be-deployed
heroku login -i
This allows login from the CLI to your Heroku accountheroku create
This creates an app, with a random URL. It can be renamedgit add --all
git commit -m "Whatever commit message you like
git push heroku master
Give it a few minutes, and the deployment is done!

If you didn’t figure out the title, I’ll be interning at Amazon this summer!
I applied through Amazon WoW, a hiring program based in India. There were 3 online assessments covering aptitude, leadership/behavioral skills, data structures, and algorithms. I interviewed with Amazon in October 2021 and received the offer soon after. As far as my memory goes, the DSA questions asked in the interview were Leetcode easy-medium level. A thorough discussion about my internship at Samsung was followed by 2 DSA questions.
This one’s pretty brief, I’ll cover my internship experience soon!