Skip to content

Commit

Permalink
Add a few details around feature env usage (mobilecoinfoundation#2899)
Browse files Browse the repository at this point in the history
* Add a few details around feature env usage

* Formatting update to README.md notes
  • Loading branch information
carybakker authored Nov 23, 2022
1 parent b36a373 commit e168d78
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .internal-ci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ v2.0.0-dev

## CI triggers

This workflow is set up to trigger of certain branch patterns.
This workflow is set up to trigger off certain branch patterns.

*NOTE:* The branch must contain some change to a source-code file for the CI to be triggered (i.e. branching off `master` to create a feature branch environment without any changes will not trigger CI)

### Branches - `feature/*, release/*, master`

Expand All @@ -90,6 +92,11 @@ TBD: Automatically deploy/destroy this release to the development cluster.
| --- | --- | --- | --- | --- |
| `v2.0.0-dev` | `HW` | `DEV` | CI Signed Development | For use in development environments. |

### Deployment Status & Environment Info

* Inspect the `Actions` tab for the workflow for your branchname to monitor for completion/success
* From the `Jobs` list, select `Environment Info`, and expand `Print Environment Details` for the deployed Environment Information
* The environment lifetime is tied to the branch lifetime, and will be torn down when the branch is deleted

## CI Commit Message Flags

Expand Down

0 comments on commit e168d78

Please sign in to comment.