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()