mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
8 lines
184 B
Makefile
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
|