added make deploy
This commit is contained in:
parent
82c77fc031
commit
e35acb0cdf
2 changed files with 5 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -8,3 +8,6 @@ update:
|
|||
|
||||
run: update
|
||||
$(MANAGEPY) runserver 0.0.0.0:8000
|
||||
|
||||
deploy:
|
||||
git push heroku master
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue