Skip to content

Commit

Permalink
Test: Add invoke command
Browse files Browse the repository at this point in the history
  • Loading branch information
AdalbertoMoz committed Jun 17, 2024
1 parent d066a7c commit b7c9a21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,3 +585,7 @@ def compilemessages(ctx):
"../dockerpythonvenv/bin/python manage.py compilemessages",
**PLATFORM_ARG,
)

@task(aliases=["prod-to-review-app"])
def copy_prod_db_to_review_app(ctx, rewiew_app_name):
ctx.run(f"python ./copy_prod_db_to_review_app.py {rewiew_app_name}")

0 comments on commit b7c9a21

Please sign in to comment.