Files
httpbin/Makefile
T
Kenneth Reitz 708382ef94 force it!
2011-09-29 01:29:46 -04:00

11 lines
231 B
Makefile

html:
cat README.md|sed 's/(http:\/\/httpbin.org\//(\//'|ronn -5 -f --style 80c --pipe > ./httpbin/templates/httpbin.1.html
deploy:
git push heroku master
stage:
git push heroku-staging master --force
run: html
foreman start