Node-RED-container-prod icon indicating copy to clipboard operation
Node-RED-container-prod copied to clipboard

Would continuous integration testing be useful?

Open cclauss opened this issue 6 years ago • 1 comments

Would it make sense to automate some of this workflow in GitHub Actions, Travis CI, CircleCI, etc.?

cclauss avatar Dec 06 '19 08:12 cclauss

Hi Christian, that is where these tutorials lead to. By enabling git integration, being able to build a container with configuration separated from the application code It allows Node-RED to be like any more traditional programming language and fit into a DevOps pipeline.

I decided not to go as far as to create a pipeline and constrain the content to Node-RED specific activity that can be run on a developer laptop.

If there is a consensus that the tutorials should be extended to cover creating a pipeline then happy to do it, but then we get into 'which pipeline tool, etc...' questions.

binnes avatar Dec 06 '19 10:12 binnes