Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

heroku cli not entering master

1. confirm your current branch is master
        git branch
2. if pointer is not pointing to the master,then checkout to master branch
         git checkout master
3. commit your changes and try to push to heroku
          git commit -am "xxxyyzzz"
          git push heroku master
4. scale app again
          heroku ps:scale web=1
 
PREVIOUS NEXT
Tagged: #heroku #cli #entering #master
ADD COMMENT
Topic
Name
2+3 =