Hi,
I've build a very simply CI/CD pipeline (Jira, Gitlab, Node-RED) for developing my flows and dashboards.
In my dev stage (local docker container) I'm using Node-RED projects to keep everything under version control. Everything is working fine so far: all files incl. uibuilder files/folders are under git control.
But with every deployment to my test stage (at the moment docker swarm raspberry cluster) from gitlab I have always to reinstall the uibuilder frontend libraries (in my case vue, bootstrap-vue, bootstrap) manually.
Is there a way to also put them under version control, so that they are automatically deployed/installed?
Node-RED projects has the ability to keep track of the package dependencies, but the frontend libraries are not part of this
Thanks in advance,
Michael