Would continuous integration testing be useful?
cclauss opened this issue · 1 comments
cclauss commented
Would it make sense to automate some of this workflow in GitHub Actions, Travis CI, CircleCI, etc.?
binnes commented
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.