How to access host labels in tasks #2613
Unanswered
exeba
asked this question in
Help needed
Replies: 1 comment
-
here https://github.com/deployphp/deployer/blob/master/recipe/deploy/info.php#L21 you can see how to access specific label content. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I'm trying something like:
run(' then echo "{{ labels.app }}"');
The problem is that "labels" is defined inside the Configuration class, but the get function does not check for nested properties.
Is there any way around this?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions