Skip to content

Commit af7ac13

Browse files
committed
docs(guides): audit deployment guide
1 parent 1aa89a2 commit af7ac13

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/guides/deployment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Triggers on pushes and pull requests to `main` and `develop`.
7373

7474
Triggers on a schedule (2 AM UTC daily) and can be triggered manually.
7575

76-
Runs Aspire-based integration tests against a fully started application stack (PostgreSQL, Azurite, Redis). Uploads TRX test results as artifacts.
76+
Runs Aspire-based integration tests from `tests/BookStore.AppHost.Tests/` against a fully started application stack (PostgreSQL, Azurite, Redis). All tests tagged `Category=Integration` are executed, and TRX test results are uploaded as artifacts.
7777

7878
### `docs.yml` — Documentation Site Deployment
7979

@@ -92,6 +92,6 @@ After configuration, each push to `main` rebuilds and redeploys the docs site. D
9292

9393
## Production Deployment
9494

95-
Production deployment has **not yet been implemented**. No `azure.yaml`, Kubernetes manifests, or production deploy workflow exist in the repository.
95+
Production infrastructure has **not yet been deployed**. The repository includes deployment guidance and Aspire-compatible tooling, but there is no committed `azure.yaml` or production deploy workflow yet.
9696

97-
The intended production target is **Azure Container Apps**, leveraging the Aspire `aspire publish` / `aspire deploy` workflow. See the [Aspire Deployment Guide](aspire-deployment-guide.md) for detailed instructions on how to provision and deploy to Azure when ready.
97+
The intended production target is **Azure Container Apps**, leveraging the Aspire `aspire publish` / `aspire deploy` workflow. See the [Aspire Deployment Guide](aspire-deployment-guide.md) for detailed provisioning and deployment steps when you are ready to roll out.

0 commit comments

Comments
 (0)