scttnlsn / dandelion

Incremental Git repository deployment.
http://scttnlsn.github.io/dandelion
MIT License
738 stars 60 forks source link

Add an option for commands to be executed after succesful deployment #108

Closed tmertz closed 9 years ago

tmertz commented 9 years ago

Is it possible to expand, so one could add a list of terminal commands to be executed when deployment is completed.

For instance I use Dandelion (and love it, btw) to deploy WordPress sites. It would be awesome to be able to autotrigger a few wp-cli commands on each completed deploy, rather than having to do these things manually?

scttnlsn commented 9 years ago

@tmertz This is outside the scope of Dandelion. I would suggest including the dandelion deploy as part of a larger deployment script that also runs the wp-cli commands.