-
Notifications
You must be signed in to change notification settings - Fork 3
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.
- Checkout and pull the latest version of master
- Run
npm run release
- Remove hold from CircleCI master workflow (Ensure workflow is for the version commit created in step 2)
- 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.