From 2e5b710bdfebd2c565f2aeab4ce29a34c19fc5a9 Mon Sep 17 00:00:00 2001 From: Michael Ramos Date: Tue, 1 Sep 2026 11:03:04 -0700 Subject: [PATCH 1/2] fix(site): correct Cloudflare Artifacts wording --- apps/site/src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/site/src/pages/index.astro b/apps/site/src/pages/index.astro index 8b0e1af..0fa2f3b 100644 --- a/apps/site/src/pages/index.astro +++ b/apps/site/src/pages/index.astro @@ -290,7 +290,7 @@ const agents = [ > - In partnership with + Versioned and Git-backed with: Cloudflare Artifacts Closed beta From 1ac478d5c6ca12978bcf54d53ac5eefaf7dd1bda Mon Sep 17 00:00:00 2001 From: Michael Ramos Date: Tue, 1 Sep 2026 11:05:02 -0700 Subject: [PATCH 2/2] docs(site): add cloud provider search aliases --- apps/site/src/content/docs/docs/deploy/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/site/src/content/docs/docs/deploy/index.mdx b/apps/site/src/content/docs/docs/deploy/index.mdx index f74e387..a9e2b06 100644 --- a/apps/site/src/content/docs/docs/deploy/index.mdx +++ b/apps/site/src/content/docs/docs/deploy/index.mdx @@ -13,8 +13,8 @@ Artifact Server runs locally and on four server shapes. The qualification level | Compact Compose | SQLite and one file volume | Automated runtime passed | [Compose guide](https://github.com/plannotator/artifact-server/blob/main/packaging/compose/README.md) | | External-storage Compose | PostgreSQL and S3-compatible storage | Automated runtime passed | [Compose guide](https://github.com/plannotator/artifact-server/blob/main/packaging/compose/README.md) | | Kubernetes | PostgreSQL and object storage | Helm and kind verification passed | [Helm guide](https://github.com/plannotator/artifact-server/blob/main/packaging/helm/artifact-server/README.md) | -| AWS | ECS, RDS, and S3 | Pulumi verification passed. No live application deployment. | [AWS Pulumi guide](https://github.com/plannotator/artifact-server/blob/main/deploy/pulumi/aws/README.md) | -| Google Cloud | Cloud Run, Cloud SQL, and Cloud Storage | Pulumi verification passed. No live application deployment. | [Google Cloud Pulumi guide](https://github.com/plannotator/artifact-server/blob/main/deploy/pulumi/gcp/README.md) | +| AWS (Amazon Web Services) | ECS, RDS, and S3 | Pulumi verification passed. No live application deployment. | [AWS Pulumi guide](https://github.com/plannotator/artifact-server/blob/main/deploy/pulumi/aws/README.md) | +| Google Cloud (GCP) | Cloud Run, Cloud SQL, and Cloud Storage | Pulumi verification passed. No live application deployment. | [Google Cloud Pulumi guide](https://github.com/plannotator/artifact-server/blob/main/deploy/pulumi/gcp/README.md) | Cloudflare is the live-qualified hosted target. [Cloudflare Artifacts](/docs/deploy/cloudflare/) can add private Git history for selected projects.