Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 415 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 415 Bytes

heroku-demo

Install

git clone https://github.com/athenian-robotics/heroku-demo.git
pip install -r requirements.txt

Deploy

Create an app with:

heroku create [APP_NAME]

Deploy new code with:

git push heroku main

View the app with:

heroku open

Or visit http://APP_NAME.herokuapp.com/

View Heroku logs with:

heroku logs --tail