I followed the instructions on this video:
Basically there are 3 sub deployments
- Pull files from Prod server and add ‘staging’ to the name
- Migrate with current dev files to retain dev changes
- Replace Dev files
The issue that I have is that the last sub deployment has an error because the staging files on the dev server don’t exist at the time of setting up the deployment. But at the time of running that sub deployment step, the files would exist because they’re created in a previous sub deployment.
The error only shows when I go onto ‘review and deploy’. The files are available to select for that last step, so it seems like it knows they will exist at that point.
I’m running version 13.0 of OttoDeploy.