Skip to content

Commit

Permalink
Run the project with prodenv
Browse files Browse the repository at this point in the history
  • Loading branch information
ccunningham101 committed Jan 12, 2024
1 parent 444e4e8 commit 95156a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@ fix: devenv
$BIN/ruff --fix .
# Run the dev project
run *args: devenv
# Run the project
run *args: prodenv
$BIN/python manage.py {{ args }}

0 comments on commit 95156a6

Please sign in to comment.