added make deploy

This commit is contained in:
Jonas Obrist 2012-08-18 02:26:00 +02:00
parent 82c77fc031
commit e35acb0cdf
2 changed files with 5 additions and 1 deletions

View file

@ -8,3 +8,6 @@ update:
run: update
$(MANAGEPY) runserver 0.0.0.0:8000
deploy:
git push heroku master