Method that replace onHosts() from dep6 to dep7 #2885
Unanswered
splyy
asked this question in
Help needed
Replies: 2 comments 3 replies
-
Use select() https://deployer.org/docs/7.x/tasks#task-config |
Beta Was this translation helpful? Give feedback.
3 replies
-
Hi, I'm also trying to select a host like this : localhost('local');
host('remote');
task('example', function(){
...
})->select('local'); What's the right way to make it work ? |
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.
-
Hello,
With v7.0.0-beta.26, How do you replace
onHosts()
method?I understand that you can use
select()
, but if that's the case I don't see how to translate it ?Thanks,
Beta Was this translation helpful? Give feedback.
All reactions