-
Notifications
You must be signed in to change notification settings - Fork 363
Docs: app environments and deployments #3816
Conversation
CLA Assistant Lite All Contributors have signed the CLA. |
ESLint Summary View Full Report
Report generated by eslint-plus-action |
Pull Request Test Coverage Report for Build 2225402614
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very informative! I have a few small suggestions
docs/environments.md
Outdated
|release PRs|`https://pr<PR_NUMBER>--safereact.review-safe.gnosisdev.com/app`|pre-release regression testing|in PRs to `main`|**production** (sic!)| | ||
|dev |https://safe-team.dev.gnosisdev.com/app/|preview of all WIP features|on push to the `dev` branch|staging| | ||
|staging|https://safe-team.staging.gnosisdev.com/app/|preview of features before a release|on push to `main`|staging| | ||
|production|https://gnosis-safe.io/app/|live app|deployed by devops (see the [Release Procedure](https://github.com/safe-global/safe-react/blob/ee39ef932d58e67db96756577814c1bfaf396d75/docs/release-procedure.md))|**production**| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|production|https://gnosis-safe.io/app/|live app|deployed by devops (see the [Release Procedure](https://github.com/safe-global/safe-react/blob/ee39ef932d58e67db96756577814c1bfaf396d75/docs/release-procedure.md))|**production**| | |
|production|https://gnosis-safe.io/app/|live app|deployed by DevOps (see the [Release Procedure](https://github.com/safe-global/safe-react/blob/ee39ef932d58e67db96756577814c1bfaf396d75/docs/release-procedure.md))|**production**| |
As well as other mentions of 'devops' here.
Co-authored-by: Aaron Cook <aaron.cook@gnosis.pm>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really nice! Should we also add a section on how we handle hotfixes?
@usame-algan this doc inventorizes environments, how we use them and why we need them. The hotfix procedure can be added here: https://github.com/safe-global/safe-react/blob/dev/docs/release-procedure.md |
Docs on how we work on features and which environments we use.