Health Share Provider Directory (HSPD) - Continuous Integration Git hub
I am new to Intersystems, in our project we are directly connecting to the server (environment) using Intersystems VSCode extensions and publishing our changes from local machine. This is not the way we usually do as development process.
Is it possible to implement continuous integration ? So that developers can check-in their code in GIT Hub and can integrate Jenkins and automate the deployment?
Could you please help me on this ?
yes, for sure, it's possible, and there are many ways to implement this
And possible to select one of the ways, from what you are already familiar with.
Thanks for replying to my post @Dmitry Maslennikov
Do we have any article on it ?
Yeah, you may find a few articles about some different ways how to do this, but mostly based on using Docker
Gitlab
CircleCI and Azure
GitHub Actions and AWS EKS