Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Latest commit

 

History

History
48 lines (23 loc) · 929 Bytes

RELEASE.MD

File metadata and controls

48 lines (23 loc) · 929 Bytes

Release Process for CeloReserve.org

Versioning

n/a

Identifying releases

n/a

Build & Promotion process

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

Testing

After Deployment please manually double check the website functions right

Vulnerability Disclosure

n/a

Dependencies

Dependents