binnes / Node-RED-container-prod

Tutorials to create production ready Node-RED applications
https://binnes.github.io/Node-RED-container-prod/
Apache License 2.0
23 stars 24 forks source link

Would continuous integration testing be useful? #1

Open cclauss opened 4 years ago

cclauss commented 4 years ago

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

binnes commented 4 years ago

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.