Skip to content

Commit

Permalink
Add develop task
Browse files Browse the repository at this point in the history
Allow usage of mr.developer update feature by providing
a globally available handler
  • Loading branch information
potzenheimer committed Nov 20, 2018
1 parent 5a2506a commit e925389
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ade25/fabfiles/project/site.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ def update():
run('nice git pull')


@task
def develop():
""" Update source packages """
with cd(env.code_root):
run('nice bin/develop up')


@task
def build():
""" Buildout deployment profile (no update) """
Expand Down

0 comments on commit e925389

Please sign in to comment.