[deployment] select .env according to env var
This commit is contained in:
parent
3fdc60d9e5
commit
ecd80c291a
5 changed files with 17 additions and 15 deletions
2
justfile
2
justfile
|
|
@ -16,4 +16,4 @@ serve:
|
|||
python -m django runserver
|
||||
|
||||
test *ARGS:
|
||||
python -m pytest {{ARGS}}
|
||||
ENV_PATH=.env.test python -m pytest {{ARGS}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue