Continious deployment pipeline for self-hosting option

Good afternoon!
At the moment there is a need to build a CD pipeline for a self-hosting server.
Ideally, it should be possible to use Jenkins or built-in functionality of the development studio so that when code is published in weweb studio - it will be updated on the server on local or hosted on public cloud. Please provide information on how this can be implemented with the given prerequisites. I would be grateful for your help

Hi, you can find the documentation for our Public API here => How to use Weweb Server API | Weweb documentation

It will allow you to publish, check the status and get the project files. I think we don’t have a customizable webhook yet, so we will not ping any external url after a publish, but you could trigger the publish from another tool.

Hi @voinn_a curious to learn if you made it work! We are discovering this ourselves - would be great to learn how you set it up! Thanks! :pray: