Let’s say I have a pipeline that deploys to my staging slot in Azure Web Apps. Then I swap staging into production. Is my staging slot now on the previous deployment commit? e.g.
- Production slot is running commit 9
- Commit 10 to ‘staging’ branch
- Pipeline runs, staging slot is now running commit 10
- Swap staging into production
- Production is now running commit 10
Is staging running commit 9? Do I have to re-run the deployment to staging at this point to get it to commit 10?