Skip to content

Deploying App

Utkarsh Srivastava edited this page Sep 21, 2019 · 2 revisions

HEROKU DEPLOYMENT

  1. heroku create bankchat-app
  2. heroku buildpacks:set heroku/python
  3. git push heroku master

to view logs, check with : 3. heroku logs

Clone this wiki locally