fix(makefile): make env -f pour overwrite (pass-cli v2 ne force pas par défaut)
Some checks are pending
Deploy info-canicule / deploy (push) Waiting to run
Some checks are pending
Deploy info-canicule / deploy (push) Waiting to run
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
2c4d91ce2f
commit
a78726076f
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -23,8 +23,8 @@ start: ## Run built bundle locally
|
|||
check: ## Type-check (astro check)
|
||||
pnpm check
|
||||
|
||||
env: ## Materialize .env from .env.tmpl via pass-cli
|
||||
$(PASS_CLI) inject --in-file .env.tmpl --out-file .env --file-mode 0600
|
||||
env: ## Materialize .env from .env.tmpl via pass-cli (overwrite)
|
||||
$(PASS_CLI) inject -f --in-file .env.tmpl --out-file .env --file-mode 0600
|
||||
|
||||
up: ## docker compose up -d --build --wait (prod-like)
|
||||
docker compose up -d --build --wait
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue