Copied to clipboard

Flag this post as spam?

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


  • Peter Busfield 3 posts 73 karma points
    28 days ago
    Peter Busfield
    0

    Error during Azure Devops Pipeline deployment to Umbraco Cloud

    Hello, I am having an issue with my Azure Pipeline when deploying to Umbraco Cloud.

    Details: Umbraco CMS Version is 13.4.1 Umbraco Deploy Cloud Version is 13.2.0

    When running the pipeline, in the 'Fetch Changes From Cloud' section, running devops/scripts/getchangesby_id.sh script, I get a response code of 524 when calling:

    responseCode=$(curl -s -w "%{http_code}" -L -o "$filePath" -X GET $changeUrl \
        -H "Umbraco-Cloud-Api-Key: $apiKey" \
        -H "Content-Type: application/json")`
    

    Debugging this outputs a response code of 524

    Does anyone know a fix for this?

Please Sign in or register to post replies

Write your reply to:

Draft