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.
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
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.
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.
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/
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.
is working on a reply...