Description
We currently have three environments:
- Prod
- Local dev
- Deployed review/staging
Item 3 is very ephemeral, and Item 1 is using production backend, firebase, tokens, etc. Would be nice to have a permanent stable branch and URL for testing.
Resolution
- Set up GH Actions so that any commit on
master should trigger a push (or merge) into a dev or stable branch. This should already trigger a GH Actions flow to the gh-pages branch for any branch except master.
- Add URL to README. Should be something like https://covid-self-report-tool.github.io/cov-self-report-frontend/review/stable (see deployed
gh-pages dirs here).
Description
We currently have three environments:
Item 3 is very ephemeral, and Item 1 is using production backend, firebase, tokens, etc. Would be nice to have a permanent
stablebranch and URL for testing.Resolution
mastershould trigger a push (ormerge) into adevorstablebranch. This should already trigger a GH Actions flow to thegh-pagesbranch for any branch exceptmaster.gh-pagesdirs here).