Closed nVitius closed 10 years ago
Block for executing tasks on remote servers. This could be used for, say, deployments. This might be a good library to use: https://github.com/phpseclib/phpseclib The repo for the block is here: https://github.com/bldr-io/remote-block
This will need to tie in to some event (probably a pre_call event) and take over the execution from there. So, that needs to be done first.
The events have been written and merged in. I'll start work on the actual block soon.
https://github.com/bldr-io/remote-block/pull/1
Block for executing tasks on remote servers. This could be used for, say, deployments. This might be a good library to use: https://github.com/phpseclib/phpseclib The repo for the block is here: https://github.com/bldr-io/remote-block
This will need to tie in to some event (probably a pre_call event) and take over the execution from there. So, that needs to be done first.