From ea4f421a0dede6304ee5b38673c8a7cc484e3ef2 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 12 Jun 2011 23:59:15 -0400 Subject: [PATCH] fab:deploy => push --- fabfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabfile.py b/fabfile.py index 6e5cc54..51e36cd 100644 --- a/fabfile.py +++ b/fabfile.py @@ -31,7 +31,7 @@ def prod(): CMD_TEMPLATE = 'epio run_command {0}' -def deploy(): +def push(): """Deploys the application""" docs()