Filter after
task to alias
selector?
#3733
Answered
by
leevigraham
leevigraham
asked this question in
Help needed
-
I want to:
but only on production. Is there a way to do this with selectors? I can do something like
|
Beta Was this translation helpful? Give feedback.
Answered by
leevigraham
Nov 24, 2023
Replies: 1 comment 1 reply
-
I think this also works… adding a selector to the task:
Shows the correct plan: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
antonmedv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think this also works… adding a selector to the task:
task('deploy:sentry')->select('production');
Shows the correct plan: