ans-group/docs.ukfast.co.uk

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:

  1. Open a pull request with changes.
  2. Wait for UAT deployment to complete.
  3. Push additional changes to the PR
  4. 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

Xiol commented

Resolved #934