Azure has a cool feature that allows you to watch a branch on a GitHub repository to do continuous deployment to web applications. Awesome feature and it works great.
Here comes the problem, how do i include the Umbraco DB in this?
I need to deploy DB changes like document types along with code changes, has anyone got any experience with automation in this?
Azure Continuous Deployment + Umbraco
Hello,
Azure has a cool feature that allows you to watch a branch on a GitHub repository to do continuous deployment to web applications. Awesome feature and it works great.
Here comes the problem, how do i include the Umbraco DB in this?
I need to deploy DB changes like document types along with code changes, has anyone got any experience with automation in this?
Could do with pointing in the right direction.
Cheers
James.
For deploying doctype, datatypes, etc... to other environment we use uSync.
https://our.umbraco.org/projects/developer-tools/usync/
Works fine on Azure.
Dave
is working on a reply...