Assuming these workflows work everywhere, you'd just need to replicate the data.
What is the data like?
DevOps workflows would likely reside in appliation-specific storage (Git, container registry, etc.) and those are easy to clone or pull from anywhere.
If you have generic data that lives on NFS, you could use CloudSync (https://cloud.netapp.com/cloud-sync-service) to periodically synchronize it to different datacenters (target can be any NFS server, other protocols are also supported).
If you have data only on NFS and that NFS is ONTAP (including CVO in cloud and/or ONTAP Select VMs in remote locations, for example), you could use ONTAP FlexCache to avoid the need to synchronize via scheduled push.