Skip to content

athenian-programming/heroku-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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