Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

deploy on heroku

Open cmd in the directory of your project. Then enter the following things

git checkout branch-to-deploy

heroku git:remote -a app-name

git push heroku branch-to-deploy:main
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #deploy #heroku
ADD COMMENT
Topic
Name
2+8 =