Answers for "how to deploy project on heroku using heroku cli"

3

heroku cli deploy

# Initialize a git repo
git init
git add .
git commit -m "Ligma"

# Deploy to heroku
heroku create -a the-name-of-you-app
heroku git:remote -a example-app
git push heroku main
Posted by: Guest on May-02-2022
0

how to install heroku cli

curl https://cli-assets.heroku.com/install-ubuntu.sh | sh
Posted by: Guest on June-10-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language