Skip to content

Commit

Permalink
Add a deploy command.
Browse files Browse the repository at this point in the history
  • Loading branch information
mblayman committed Nov 1, 2020
1 parent b771eec commit a5a48ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
local:
heroku local

deploy:
git push heroku master

graph:
./manage.py graph_models \
core \
Expand Down

0 comments on commit a5a48ea

Please sign in to comment.