From 98fb35d7e84eaf512180bdf7234ea294c4fb587c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 28 Oct 2011 01:38:33 -0400 Subject: [PATCH] deploy fix --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index c14051a..5b8c214 100644 --- a/Makefile +++ b/Makefile @@ -2,10 +2,7 @@ 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 + epio upload -a httpbin run: html foreman start \ No newline at end of file