Categories

OpenDeploy SCP Adapter

I’ve written an adapter for OpenDeploy, which allows secure deployment over SSH.  An OpenDeploy receiver is not required on the target host – the only requirement is an SSH shell, supporting scp, unzip and rm.

It’s pretty fast.  It works by zipping the files up on the source, deploying the zip, and unpacking it on the [...]