From a950161b002fb2dda629f0551585305bb7e5430c Mon Sep 17 00:00:00 2001 From: h Date: Tue, 8 Sep 2026 20:11:39 +0200 Subject: [PATCH] Answers file under .copier --- README.md | 2 +- copier.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12b5ec6..a3e0fb5 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,5 @@ Application services carry the `services` profile, databases and other infrastru ```sh copier copy --trust -d 'parts=["backend","frontend"]' -copier update -a .copier-answers.infra.yml +copier update -a .copier/infra.yml ``` diff --git a/copier.yml b/copier.yml index dbb9e64..0a9ac7d 100644 --- a/copier.yml +++ b/copier.yml @@ -1,6 +1,6 @@ _subdirectory: template _templates_suffix: .jinja -_answers_file: .copier-answers.infra.yml +_answers_file: .copier/infra.yml _envops: keep_trailing_newline: true