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