Files
httpbin/Makefile
T
Kenneth Reitz 1b7bf64f25 Makefile
2011-09-28 23:16:40 -04:00

11 lines
223 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
run: html
foreman start