Copied to clipboard

Flag this post as spam?

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


  • Alexander Wagner 7 posts 103 karma points
    May 23, 2019 @ 13:40
    Alexander Wagner
    0

    Umbraco Forms and Octopus Deploy

    What is the best way of managing forms and workflows while using Octopus deploy?

    If our client creates a new form the form and workflow json-files will be created on the server, but when we do a new deploy those files will not be included since they're not a part of the source code/files in our project.

  • andy 22 posts 91 karma points c-trib
    Jun 04, 2019 @ 15:22
    andy
    0

    We've had many issues with forms being overwritten and whatnot so decided to go down the route of hosting the json files elsewhere e.g. blob storage on Azure

    This may be of use to you https://our.umbraco.com/documentation/Add-ons/UmbracoForms/Developer/IFileSystem/

  • Alexander Wagner 7 posts 103 karma points
    Jun 05, 2019 @ 06:36
    Alexander Wagner
    0

    Thank you Andy, I'll look into moving everything to azure. I was hoping for a quick and simple solution of just pointing out an absolute path on the server where all the files will be saved but I guess it's not as simple as that.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies