Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1019 Bytes

deployment.md

File metadata and controls

15 lines (10 loc) · 1019 Bytes

Deployment Workflows

Prax Chrome Extension

Create a github issue deployment issue to track deployment progress and steps.

Upon a new git tag being pushed to the repo, a workflow is kicked off. It then requests permission to continue from github group and, after approval, bundles the extension into a .zip which gets put in the Chrome Webstore review queue. It typically takes 1-3 days to go live. The publication status can be monitored in the Chrome Developer Dashboard.

Web app

Manually run Deploy Firebase Dapp github action on main branch.