Skip to content

nikhilkumarsingh/NewsBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deployment steps

Create an account on Heroku

Heroku

Download Heroku CLI

Download and install Heroku CLI

Clone this github repo

git clone https://github.com/nikhilkumarsingh/NewsBot.git

Create new Heroku app

Open terminal in project directory and create new Heroku app using this command:

heroku create <your-app-name>

Put environment variables in Heroku app

Open Settings tab of your Heroku app and set the environment/config variables.

Push to remote Heroku git repo

git add .
git commit -m "<your commit message>"
git push heroku master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages