UAT deployments don't reflect the latest pushes to a pull request
Closed this issue · 1 comments
Xiol commented
What is the issue?
When further pushes are made against a pull request, any existing UAT deployment isn't updated to reflect the latest changes.
Steps To Reproduce
Steps to reproduce the behavior:
- Open a pull request with changes.
- Wait for UAT deployment to complete.
- Push additional changes to the PR
- Changes are never deployed to UAT
Expected behaviour
UAT should reflect the PR with additional pushes.
Possible fixes
Rollout restart the deployment if pods already exist?
Additional context
N/A