From b13702972d90ee635bfd90dcad850e88aa37b198 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 23 Mar 2012 16:13:51 -0400 Subject: [PATCH] deploy the site --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index df57588..435fea4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,9 @@ docs: - shocco -t 'Python Buildpack Compiler' ./bin/compile | browser + mkdir -p site + shocco -t 'Python Buildpack Compiler' ./bin/compile > site/index.html + +site: docs + cd site && git add -A && git commit -m 'update' && git push heroku master pip: git clone git@github.com:kennethreitz/pip.git --branch heroku --depth 1