Forum Discussion

WeeTeckTan's avatar
WeeTeckTan
Iron Contributor
Aug 14, 2018
Solved

Automated Deployment from Staging to Production (SharePoint Online)

Hi All Experts, Could you share any automated scripts or approach to make our life more easier for deployment from Staging to Production? Currently I could only built the PowerShell script to creat...
  • Asish Padhy's avatar
    Asish Padhy
    Nov 13, 2018
    Generally site pages could be skipped as site pages is already created when creating the site. I had a similar issue with an older version of PnP template with Site Assets, removed that section and it worked fine. Also I will recommend not to remove the webhooks as they add parallel processing. For an overview steps and more options, check here - https://asishpadhy.com/2018/11/09/walkthrough-of-pnp-provisioning-process-using-powershell/

Resources