1 Commits
Author SHA1 Message Date
hh a950161b00 Answers file under .copier 2026-09-08 20:11:39 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,5 +13,5 @@ Application services carry the `services` profile, databases and other infrastru
```sh ```sh
copier copy --trust -d 'parts=["backend","frontend"]' <this-repo> <dest> copier copy --trust -d 'parts=["backend","frontend"]' <this-repo> <dest>
copier update -a .copier-answers.infra.yml copier update -a .copier/infra.yml
``` ```
+1 -1
View File
@@ -1,6 +1,6 @@
_subdirectory: template _subdirectory: template
_templates_suffix: .jinja _templates_suffix: .jinja
_answers_file: .copier-answers.infra.yml _answers_file: .copier/infra.yml
_envops: _envops:
keep_trailing_newline: true keep_trailing_newline: true