From a78726076fc36153841786435a148ee43c24152a Mon Sep 17 00:00:00 2001 From: Florian Date: Tue, 26 May 2026 00:18:10 +0200 Subject: [PATCH] =?UTF-8?q?fix(makefile):=20make=20env=20-f=20pour=20overw?= =?UTF-8?q?rite=20(pass-cli=20v2=20ne=20force=20pas=20par=20d=C3=A9faut)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cf0e9d0..080e8a7 100644 --- a/Makefile +++ b/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