Created an Open Source repository
Hey network, would like to share an open source repo I've kicked up as a bit of a side project. It's for orchestrating a continous delivery pipeline on Google Cloud using the workflow service.

My favourite features about this are:
  • The pipeline is self-managing, i.e. it will update itself as part of it running
  • The pipeline is serverless (so, no costs unless it's being used, nothing to maintain or patch and a generous free tier!)
  • It's extensible. Want to update a JIRA ticket? Notify slack channel? Report statuses back to github? Email someone? Easy!
https://github.com/jgunnink/workflow-cicd-demo is the link. It's very much a prototype at this stage. So there may be things that are broken or not quite working properly