Released version 2.0
- implemented purge for SSH server
- deployment process can be detected on server, for this purpose it creates temporary file
.htdeployment.running
- now you can run commands on local computer or remote server:
before[] = local: lessc assets/combined.less assets/combined.css
after[] = remote: unzip api.zip
BC breaks:
- options
log, colors and tempdir
must be defined out of any section, because they are global - class
Deployment
has been renamed toDeployment\Deployer
For the details you can have a look at the diff.