Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Cobra86 1 post 21 karma points
    Mar 31, 2023 @ 13:54
    Cobra86
    0

    Trigger Umbraco Cloud deployment from Azure Pipeline

    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'
Please Sign in or register to post replies

Write your reply to:

Draft