walter-cd / walter

Tiny deployment pipeline
http://walter-cd.net
Apache License 2.0
438 stars 39 forks source link

Cleanup #97

Closed takahi-i closed 9 years ago

takahi-i commented 9 years ago

Ref #78

Below is a sample configuration image of cleanup settings.

pipeline:
     -  name: start pipeline
         type: command
         command:  echo "start pipeline"
     -  name: start pipeline
         command: echo "finish pipeline"
cleanup: 
     -  name: cleanup
        command:  echo "run cleanup"