Deployment
The deployment is really straightforward because the project has simple npm script for that:
- Prod -
npm run deploy - QA -
npm run deploy_qa
caution
Make sure that the current Google Cloud project is set to bassboost before deploying since it is possible to overwrite another project's frontend service. Read more in the Deployment doc.
note
Do not forget to delete the old version if the new is successful, so it does not cost any additional money.