n/a
n/a
The website is hosted on Google App Engine. In order to deploy it, you first need the gcloud SDK.
brew cask install google-cloud-sdk
You may need to log in and be granted additional permissions.
gcloud auth login
Make sure your dependencies are up to date. From the root of monorepo, run:
yarn
Deploying will upload files on local machine to gcloud, make sure you are on the intended branch and it is up to date
Now from web package directory deploy to stage with
yarn deploy:stage
Do a sanity check and then deploy to production with
yarn deploy:prod
After Deployment please manually double check the website functions right
n/a