Skip to content

Creating a release

Dom Smith edited this page Sep 10, 2020 · 8 revisions

This documents the process for creating a new production release for the Book a secure move frontend application.

  1. Checkout and pull the latest version of master
  2. Run npm run release
  3. Remove hold from CircleCI master workflow (Ensure workflow is for the version commit created in step 2)
  4. Check production for your released changes

CircleCI will now deploy a new version of the application to production. If you have access to Kubernetes commands you can check when the pods were last restarted to ensure it has deployed correctly.

Clone this wiki locally