bldr-io / bldr

Awesome Task Runner
http://bldr.io
MIT License
219 stars 21 forks source link

[Block] - Remote Execution #73

Closed nVitius closed 10 years ago

nVitius commented 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.

nVitius commented 10 years ago

The events have been written and merged in. I'll start work on the actual block soon.

cryptiklemur commented 10 years ago

https://github.com/bldr-io/remote-block/pull/1