From 1882cae48be3d8fad1d07663ddfcd5f782e29997 Mon Sep 17 00:00:00 2001 From: Lalit Deore Date: Wed, 7 Jan 2026 16:06:45 +0530 Subject: [PATCH 1/4] Add deployment section to README Added deployment information for GCP, AWS, and Azure. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 05682a46..39d7f3ae 100755 --- a/README.md +++ b/README.md @@ -24,6 +24,20 @@ Follow us on Twitter at [@shuffleio](https://twitter.com/shuffleio). ![Example Shuffle webhook integration](https://github.com/shuffle/Shuffle/blob/main/frontend/src/assets/img/github_shuffle_img.png) +## Deployment + +Shuffle can be deployed using the following cloud marketplaces: + +- **Google Cloud Platform (GCP)** + Deploy directly from the GCP Marketplace: + 👉 [https://console.cloud.google.com/marketplace/product/shuffle-public/shuffle](https://console.cloud.google.com/marketplace/product/shuffle-public/shuffle) + +- **Amazon Web Services (AWS)** + _Coming soon_ + +- **Microsoft Azure** + _Coming soon_ + ## Try it * Self-hosted: Check out the [installation guide](https://github.com/shuffle/shuffle/blob/master/.github/install-guide.md) * Cloud: Register at https://shuffler.io/register and get cooking From f2b3612cf8e8b82e315dea20866f7ef955e43743 Mon Sep 17 00:00:00 2001 From: Lalit Deore Date: Wed, 7 Jan 2026 16:10:20 +0530 Subject: [PATCH 2/4] Add deployment options for GCP, AWS, and Azure Added deployment section with cloud marketplace options for Shuffle. --- .github/install-guide.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/install-guide.md b/.github/install-guide.md index 113ac1fc..a6d9b91d 100755 --- a/.github/install-guide.md +++ b/.github/install-guide.md @@ -13,6 +13,20 @@ Installation of Shuffle is currently available for [docker](https://shuffler.io/ This document outlines an introduction environment which is **not** scalable. [Read here](https://shuffler.io/docs/configuration#production_readiness) for information on production readiness and scalability. This also includes system requirements and configurations for **Docker Swarm** or **Kubernetes**. +## Deployment + +Shuffle can be deployed using the following cloud marketplaces: + +- **Google Cloud Platform (GCP)** + Deploy directly from the GCP Marketplace: + 👉 [https://console.cloud.google.com/marketplace/product/shuffle-public/shuffle](https://console.cloud.google.com/marketplace/product/shuffle-public/shuffle) + +- **Amazon Web Services (AWS)** + _Coming soon_ + +- **Microsoft Azure** + _Coming soon_ + # Docker - *nix The Docker setup is the default setup, and is ran with docker compose. This is [NOT a scalable build](https://shuffler.io/docs/configuration#production-readiness) without changes. From a52511a2cb2671cd43f787c8b99f96cf561ec5db Mon Sep 17 00:00:00 2001 From: Lalit Deore Date: Thu, 8 Jan 2026 14:47:26 +0530 Subject: [PATCH 3/4] Enhance deployment section with HTML formatting Updated the deployment section to include HTML formatting for cloud marketplaces and added placeholders for AWS and Azure. --- .github/install-guide.md | 47 +++++++++++++++++++++++++++++++++------- 1 file changed, 39 insertions(+), 8 deletions(-) diff --git a/.github/install-guide.md b/.github/install-guide.md index a6d9b91d..5f481692 100755 --- a/.github/install-guide.md +++ b/.github/install-guide.md @@ -15,17 +15,48 @@ This document outlines an introduction environment which is **not** scalable. [R ## Deployment -Shuffle can be deployed using the following cloud marketplaces: +**Shuffle can be deployed using the following cloud marketplaces:** -- **Google Cloud Platform (GCP)** - Deploy directly from the GCP Marketplace: - 👉 [https://console.cloud.google.com/marketplace/product/shuffle-public/shuffle](https://console.cloud.google.com/marketplace/product/shuffle-public/shuffle) +
    +
  • + + Google Cloud Platform + +
  • -- **Amazon Web Services (AWS)** - _Coming soon_ +
  • + Amazon Web Services + + Coming soon + +
  • + +
  • + Microsoft Azure + + Coming soon + +
  • +
-- **Microsoft Azure** - _Coming soon_ # Docker - *nix The Docker setup is the default setup, and is ran with docker compose. This is [NOT a scalable build](https://shuffler.io/docs/configuration#production-readiness) without changes. From c99bee531dcd414b108622d75939a41417f05dd5 Mon Sep 17 00:00:00 2001 From: Lalit Deore Date: Thu, 8 Jan 2026 14:49:20 +0530 Subject: [PATCH 4/4] Enhance deployment section with HTML and logos Updated deployment section with HTML formatting and added marketplace logos. --- README.md | 46 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 38 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 39d7f3ae..cde58794 100755 --- a/README.md +++ b/README.md @@ -26,17 +26,47 @@ Follow us on Twitter at [@shuffleio](https://twitter.com/shuffleio). ## Deployment -Shuffle can be deployed using the following cloud marketplaces: +**Shuffle can be deployed using the following cloud marketplaces:** -- **Google Cloud Platform (GCP)** - Deploy directly from the GCP Marketplace: - 👉 [https://console.cloud.google.com/marketplace/product/shuffle-public/shuffle](https://console.cloud.google.com/marketplace/product/shuffle-public/shuffle) +
    +
  • + + Google Cloud Platform + +
  • -- **Amazon Web Services (AWS)** - _Coming soon_ +
  • + Amazon Web Services + + Coming soon + +
  • -- **Microsoft Azure** - _Coming soon_ +
  • + Microsoft Azure + + Coming soon + +
  • +
## Try it * Self-hosted: Check out the [installation guide](https://github.com/shuffle/shuffle/blob/master/.github/install-guide.md)