review(env): shift secret to env file
This commit is contained in:
parent
bbb5fa0c69
commit
c43ed10fc4
3 changed files with 14 additions and 1 deletions
2
Justfile
2
Justfile
|
|
@ -1,3 +1,5 @@
|
|||
set dotenv-load := true
|
||||
|
||||
run: install-dependencies start-database migrate-database seed-database
|
||||
mix phx.server
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue