Frontend
Backend
brew tap heroku/brew && brew install heroku
heroku login
heroku git:remote -a quickchat-web-client -r heroku-web-client
heroku git:remote -a quickchat-api-61040 -r heroku-api
git push heroku-web-client HEAD:master
Note: Add -f flag if your branch is conflicting with heroku master branch, but be aware of the dangers of force pushing. This will also override any deployment currently on Heroku. Only push a clean main branch to Heroku.
git push heroku-api HEAD:master
Note: Add -f flag if your branch is conflicting with heroku master branch, but be aware of the dangers of force pushing. This will also override any deployment currently on Heroku. Only push a clean main branch to Heroku.