sync media files from current branch to destination branch
modified: modules/deploy.py
This commit is contained in:
parent
7d6c179f6a
commit
28cc86f227
1 changed files with 2 additions and 2 deletions
|
|
@ -329,9 +329,9 @@ def sync(full=True, extras=False):
|
|||
@task
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue