Importing custom configs/recipes in YAML #3653
Unanswered
SimJoSt
asked this question in
Help needed
Replies: 1 comment 1 reply
-
I think we need to update the code
And join with base recipe path by default. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We really like the simplicity of the YAML syntax to create most of the configs. To create some custom configs and recipes, we have the following file structure:
How can you import the files in the
.deployer
directory from the maindeploy.yaml
config file?The
- import: recipe/common.php
statements seem to always use the path of the deployer directory in the composer vendors.Is there a way to use import differently, to import files relative to the main config file? Like in PHP with
__DIR__
, etc.?Beta Was this translation helpful? Give feedback.
All reactions