Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 198 Bytes

heroku-command.md

File metadata and controls

14 lines (12 loc) · 198 Bytes

Deploy to Heroku

heroku login
//create app in heroku
heroku create
//deploy your app to heroku
git push heroku main
//open you app in browser
heroku open

//check logs
heroku logs --tail