@task
def bundle():
- """Builds and bundles static files in tmp/dist for deployment."""
- pass
+ """Builds and bundles static files in tmp/dist for deployment."""
+ pass
@task
def fix_permissions():
- """Recursively fixes permissions on the deployment host."""
- pass
+ """Recursively fixes permissions on the deployment host."""
+ pass
@task
def update():
- """Runs git pull on the deployment host."""
- pass
+ """Runs git pull on the deployment host."""
+ pass
@task
def distribute():
- """Copies tmp/dist to deployment host."""
- pass
+ """Copies tmp/dist to deployment host."""
+ pass
@task
def restart_server():
- """Restarts node.js server on the deployment host."""
- pass
+ """Restarts node.js server on the deployment host."""
+ pass
@task
def deploy():
- """Full deployment of latest project"""
- pass
\ No newline at end of file
+ """Full deployment of latest project"""
+ pass
\ No newline at end of file