[PR #142] [MERGED] Adding GCP Deployment Template #3215

Closed
opened 2026-02-22 18:33:18 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/142
Author: @ajosegun
Created: 7/12/2023
Status: Merged
Merged: 7/14/2023
Merged by: @timothycarambat

Base: masterHead: master


📝 Commits (9)

  • 5eb2531 Adding GCP Deployment Manager Template
  • 630be0a Adding GCP Deployment Manager Template
  • 5fcaa9d Adding GCP Deployment Manager Template
  • ffbd1ad Update gcp/deployment/DEPLOY.md
  • 3f91a90 Update gcp/deployment/DEPLOY.md
  • 4a16b9d Update gcp/deployment/DEPLOY.md
  • ccaf7fd Update DEPLOY.md
  • 8074b78 Update DEPLOY.md
  • c13d583 Update DEPLOY.md

📊 Changes

4 files changed (+207 additions, -1 deletions)

View changed files

gcp/deployment/DEPLOY.md (+61 -0)
gcp/deployment/gcp_deploy_anything_llm.yaml (+83 -0)
gcp/deployment/generate.mjs (+61 -0)
📝 package.json (+2 -1)

📄 Description

This pull request adds a new GCP Deployment Template to streamline the deployment process on Google Cloud Platform (GCP). The template includes the necessary configuration files and instructions for setting up the application infrastructure.

Changes included in this pull request:

Added the GCP Deployment Template directory with all relevant files and configurations.
Updated the README file to provide detailed instructions on using the GCP Deployment Template.
Ensured compatibility with the latest GCP services and best practices.

This contribution aims to enhance the user experience and reduce the setup time for deploying our application on GCP. By utilizing this template, developers and users can easily deploy and scale the application with minimal effort.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/142 **Author:** [@ajosegun](https://github.com/ajosegun) **Created:** 7/12/2023 **Status:** ✅ Merged **Merged:** 7/14/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (9) - [`5eb2531`](https://github.com/Mintplex-Labs/anything-llm/commit/5eb2531bc2ab28569343c35282fa2c9b2258107d) Adding GCP Deployment Manager Template - [`630be0a`](https://github.com/Mintplex-Labs/anything-llm/commit/630be0aad5089f655e55b61efc42338fd8f1b489) Adding GCP Deployment Manager Template - [`5fcaa9d`](https://github.com/Mintplex-Labs/anything-llm/commit/5fcaa9de73a4dfe3e038639c312259eb05ae6c91) Adding GCP Deployment Manager Template - [`ffbd1ad`](https://github.com/Mintplex-Labs/anything-llm/commit/ffbd1adc67d12315ad76aba2efcec875c9ef5ef1) Update gcp/deployment/DEPLOY.md - [`3f91a90`](https://github.com/Mintplex-Labs/anything-llm/commit/3f91a90c7ca27c89c4e2cd0796a08d86903f101b) Update gcp/deployment/DEPLOY.md - [`4a16b9d`](https://github.com/Mintplex-Labs/anything-llm/commit/4a16b9d12cb1a0b47fc582cad578b32e576fd66b) Update gcp/deployment/DEPLOY.md - [`ccaf7fd`](https://github.com/Mintplex-Labs/anything-llm/commit/ccaf7fdf681936b88c01c7a925002874bd138088) Update DEPLOY.md - [`8074b78`](https://github.com/Mintplex-Labs/anything-llm/commit/8074b7829b3cd8b30579ba48d063b6241c913736) Update DEPLOY.md - [`c13d583`](https://github.com/Mintplex-Labs/anything-llm/commit/c13d583ddddee0a38edf024701e73bcc3a002a6b) Update DEPLOY.md ### 📊 Changes **4 files changed** (+207 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `gcp/deployment/DEPLOY.md` (+61 -0) ➕ `gcp/deployment/gcp_deploy_anything_llm.yaml` (+83 -0) ➕ `gcp/deployment/generate.mjs` (+61 -0) 📝 `package.json` (+2 -1) </details> ### 📄 Description This pull request adds a new GCP Deployment Template to streamline the deployment process on Google Cloud Platform (GCP). The template includes the necessary configuration files and instructions for setting up the application infrastructure. Changes included in this pull request: Added the GCP Deployment Template directory with all relevant files and configurations. Updated the README file to provide detailed instructions on using the GCP Deployment Template. Ensured compatibility with the latest GCP services and best practices. This contribution aims to enhance the user experience and reduce the setup time for deploying our application on GCP. By utilizing this template, developers and users can easily deploy and scale the application with minimal effort. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:33:18 -05:00
yindo closed this issue 2026-02-22 18:33:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3215