Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 932 Bytes

deploy-heroku.md

File metadata and controls

20 lines (18 loc) · 932 Bytes

Deploy to Heroku

Deploying through Fork

  • Fork this repository.
  • Create an app in your heroku account.
  • Connect your Heroku Account to Github Account and heroku app to Github Repository.
  • Choose main branch and click deploy.
  • Done

Deploying through Heroku-CLI

  • Install Heroku-Cli.
  • Install git if you don't have it installed.
  • Open Command Prompt.
  • Run git clone https://github.com/New-dev0/TgTwitterStreamer
  • Move into directory. (cd TgTwitterStreamer)
  • Run heroku create to create new app (remember the app name for later).
  • Create git remote git remote -v.
  • Run heroku git:remote -a app_name (Replace app name by previously created app name).
  • Deploy git push heroku main
  • Done (test your app).