deploy the site

This commit is contained in:
Kenneth Reitz
2012-03-23 16:13:51 -04:00
parent 8c16776d72
commit b13702972d
+5 -1
View File
@@ -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