how to change connector by calling @deploy methods ? #1403
Unanswered
erlangparasu
asked this question in
Q&A
Replies: 0 comments
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.
-
how to do something like:
@Deploy("something1")
def doStuff1()
@Deploy("something2")
def doStuff2()
doStuff1(connector=ssh, hosts=[prepareserver])
doStuff2(connector=ssh, hosts=[liveserver])
thanks
@Fizzadar
Beta Was this translation helpful? Give feedback.
All reactions