Files
httpbin/Makefile
T
Kenneth Reitz 98fb35d7e8 deploy fix
2011-10-28 01:38:33 -04:00

8 lines
184 B
Makefile

html:
cat README.md|sed 's/(http:\/\/httpbin.org\//(\//'|ronn -5 -f --style 80c --pipe > ./httpbin/templates/httpbin.1.html
deploy:
epio upload -a httpbin
run: html
foreman start