Skip to main content

How can I test changes in Production?

Summary

I have made changes to our website, and would like to test it in Production without promoting it. What's the best way to do this?

Procedure

  1. Deploy your bundle to Production, but DO NOT promote it.

  2. Each deployment has a unique ID. Write down the deployment ID.

  3. You can then view that deployment by appending the deployment ID as a query parameter like: https://yourdomain.com/?d=197

More Information