gen docs before push

Signed-off-by: Kenneth Reitz <me@kennethreitz.com>
This commit is contained in:
Kenneth Reitz
2011-06-13 14:05:43 -04:00
parent 49aef205a0
commit d8d6ba9319
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ httpbin(1): HTTP Client Testing Service
- [`/redirect/:n`](http://httpbin.org/redirect/6) 302 Redirects *n* times.
- [`/cookies`](http://httpbin.org/cookies) Returns cookie data.
- [`/cookies/set/:name/:value`](http://httpbin.org/cookies/set/key/value) Sets a simple cookie.
- [`/basic-auth/:user/:passwd`](http://httpbin.org/basic-auth) Challenges HTTPBasic Auth (user:passwd).
- [`/basic-auth/:user/:passwd`](http://httpbin.org/basic-auth) Challenges HTTPBasic Auth.
## DESCRIPTION
Vendored
+1 -1
View File
@@ -34,7 +34,7 @@ def prod():
def push():
"""Deploys the application"""
# docs()
docs()
prod()
local('epio upload')