How to do a continuous deploy server?

Hi guys!
I’m wondering about the Applications Interface and I like the way we install/update market apps on XP. This is amazing! I have the intention to create a server where my jars could be there to install too and update the app when we release a new version to production, instead of downloading the jar and updating it server side. Can you give me a hint on how to do that or say if this is possible on the current version?

1 Like

I think you can use the ToolBox CLi and install it onto a remote server from there

http://xp.readthedocs.io/en/stable/reference/toolbox/install-app.html

And there is this project that is a gitpull project app https://github.com/enonic/app-gitpull

I usely have Jenkins installed with a webhook from github that has a job that packages and installs the jars.

//runar

1 Like