I
I
Irina2019-02-21 21:58:49
Python
Irina, 2019-02-21 21:58:49

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

Use Git to clone try-try-b's source code to your local machine.
$ heroku git:clone -a try-try-b
$ cd try-try-b

Deploy your changes
Make some changes to the code you just cloned and deploy them to Heroku using Git.
$ 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

1 answer(s)
B
BJlaDuMup, 2019-02-21
@vera_ira

$ heroku ps:scale web=1
$ heroku open

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question