Using pyinfra to share artifacts between hosts during deploy #1467
-
|
Hello, I’m exploring whether the following workflow can be implemented directly with pyinfra: I have four servers: A, B, C, D. I’m aware of pyinfra.local, but as far as I understand it, this executes before the deploy begins. Is this type of “generate on one host, deploy to others” workflow possible within pyinfra, or would it require external scripting outside pyinfra? Any guidance or examples would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @pointless-oops! The ssh operations can be used for basic file transfers between hosts. |
Beta Was this translation helpful? Give feedback.
Hi @pointless-oops! The ssh operations can be used for basic file transfers between hosts.