I’m pushing the git changes from the azure repo to Dev Umbraco Cloud then to Staging but the Dev keep showing that there is changes to deploy.
Is there way to trigger something to reset it ?
Can i trigger the umbraco deploy in Umbraco Cloud from Azure like the example below:
#5 Trigger the Umbraco Deploy extraction
- task: PowerShell@2
displayName: Run PowerShell script
inputs:
filePath: ‘$(umbracoDeployTriggerDeploy)’
arguments: ‘-InformationAction:Continue -Action TriggerWithStatus -ApiKey $(deployApiKey) -BaseUrl $(deployBaseUrl) -Reason $(umbracoDeployReason) -Verbose’
This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/111590-trigger-umbraco-cloud-deployment-from-azure-pipeline