sync media files from current branch to destination branch

modified:   modules/deploy.py
This commit is contained in:
Ronny Abraham 2016-11-08 19:36:25 +02:00
parent 7d6c179f6a
commit 28cc86f227

View file

@ -329,9 +329,9 @@ def sync(full=True, extras=False):
@task @task
def media(destination_branch): def media(destination_branch):
""" """
sync media files from source branch to current branch sync media files from current branch to destination branch
src - the source branch from which we are copying media files destination_branch - the branch to which we are copying media files
""" """
configuration = env.config configuration = env.config