Committing the *.Web git repo to Umbraco Cloud with DevOps pipelines
How feasible is it to have the entire VS solution including the main umbraco *.Web project reside on a Azure DevOps Git and automatically build and push to Umbraco Cloud using pipelines?
My understanding right now is that there's a 3 stage process to actually getting a change committed when not directly working towards the Cloud Git.
Commit the solution to the project Git.
Build and Commit the *.Web project to Umbraco Cloud
Migrate content from one environment to another.
Can i safely assume that having the *.Web project reside on the DevOps Git and only allow the Azure Pipeline to commit changes to the Cloud Git eliminate the extra step of manually building and committing to the Cloud Git? Or is there a reason why not?
Edit: Somehow my question got place in the getting started section. Can a mod please move it to the cloud section.
Committing the *.Web git repo to Umbraco Cloud with DevOps pipelines
How feasible is it to have the entire VS solution including the main umbraco *.Web project reside on a Azure DevOps Git and automatically build and push to Umbraco Cloud using pipelines?
My understanding right now is that there's a 3 stage process to actually getting a change committed when not directly working towards the Cloud Git.
Can i safely assume that having the *.Web project reside on the DevOps Git and only allow the Azure Pipeline to commit changes to the Cloud Git eliminate the extra step of manually building and committing to the Cloud Git? Or is there a reason why not?
Edit: Somehow my question got place in the getting started section. Can a mod please move it to the cloud section.
is working on a reply...