What's the easiest way to redeploy my current production deployment?

When debugging issues, particularly right after deployment, it can be useful to redeploy the most recent production deployment.

What’s the easiest way to redeploy my current production deployment?

Easiest way to redeploy current deployment is promoting it to the same environment.

This can be done via UI as:

  1. Open Site where the build is
  2. Click on “Deployments” tab
  3. Open the deployment that needs to be redeployed
  4. Click on “Promote to environment” and select target environment.

That will redeploy selected build to selected environment.