Describe the problem/error/question
Hello everyone,
I’m currently building a new n8n environment for a client and since we have a lot of workflows, we want to have a process that would let us do the development as secured as possible. That mean using different environment - dev, preprod, prod - just like any tech project. I already have configured scenario autosave on github but now I’d like to go further with CI/CD. Basically, I want to work on let’s say a dev environment hosted on our servers. And when everything is working :
- run my autosave to github workflow that will push the changes to my preprod branch (done)
- this launch another workflow with github trigger and a deployment tool such as Jenkins (50% done)
- deployment update scenarios for my preprod env (?)
My question is the following : is there any way possibility of updating a n8n db with this process, especially the scenarios directly on the server ?
I hope i’m making myself clear with what I want to do. FYI i’m not a devops guy so some terms are still pretty new to me, especially on the CI side.
Thanks !
Mathias
Information on your n8n setup
- n8n version: [email protected]
- **Database (default: SQLite):SQLite
- **n8n EXECUTIONS_PROCESS setting (default: own, main):own
- **Running n8n via (Docker, npm, n8n cloud, desktop app):Docker
- **Operating system:Mac OS