audit work, fixed StellaOps.sln warnings/errors, fixed tests, sprints work, new advisories
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
1. **Create env files**
|
||||
```bash
|
||||
cp deploy/compose/env/ledger.env.example ledger.env
|
||||
cp devops/compose/env/ledger.env.example ledger.env
|
||||
cp etc/secrets/ledger.postgres.secret.example ledger.postgres.env
|
||||
# Populate LEDGER__DB__CONNECTIONSTRING, LEDGER__ATTACHMENTS__ENCRYPTIONKEY, etc.
|
||||
```
|
||||
@@ -48,7 +48,7 @@
|
||||
-- --connection "$LEDGER__DB__CONNECTIONSTRING"
|
||||
|
||||
docker compose --env-file ledger.env --env-file ledger.postgres.env \
|
||||
-f deploy/compose/docker-compose.prod.yaml up -d findings-ledger
|
||||
-f devops/compose/docker-compose.prod.yaml up -d findings-ledger
|
||||
```
|
||||
4. **Smoke test**
|
||||
```bash
|
||||
@@ -87,8 +87,8 @@
|
||||
```
|
||||
3. **Install/upgrade**
|
||||
```bash
|
||||
helm upgrade --install stellaops deploy/helm/stellaops \
|
||||
-f deploy/helm/stellaops/values-prod.yaml
|
||||
helm upgrade --install stellaops devops/helm/stellaops \
|
||||
-f devops/helm/stellaops/values-prod.yaml
|
||||
```
|
||||
4. **Verify**
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user