Answer the question
In order to leave comments, you need to log in
What are the commands for deploying a bot on HEROKU?
In the instructions for HEROKU, this is what is indicated. Tell me, is this enough to run the bot? Or do you need additional commands?
Install the Heroku CLI
Download and install the Heroku CLI.
If you haven't already, log in to your Heroku account and follow the prompts to create a new SSH public key.
$ heroku login
Clone the repository
$ heroku git:clone -a try-try-b
$ cd try-try-b
$ git add .
$ git commit -am "make it better"
$ git push heroku master
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question