Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

A suite of deployment scripts for the many components (message broker, DBs, prometheus, alertmanager, etc..) that make up the ProSanteConnect ecosystem

## Test in dev instances

To avoid confusion, waypoint projects should be left to point to their environement branch.
However, to test a specific version in the dev instance,
another reference may be deployed by adding `-remote-source=ref=<gitref>`
to the `waypoint up` command. For example, to test main in developement :

`waypoint up -local=false -remote-source=ref=main`

## Distribution history

This ecosystem uses many independant components, some of which live an independant life in distinct repositories.
Expand Down