From 3426f0cc4049b8f4da5375c5a7fdffcec0a8019c Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com.> Date: Fri, 11 Jul 2025 13:13:15 +0100 Subject: [PATCH] final change --- .github/workflows/PR-Auto-Deploy-V2.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/PR-Auto-Deploy-V2.yml b/.github/workflows/PR-Auto-Deploy-V2.yml index 5fc633f3f..98d60c904 100644 --- a/.github/workflows/PR-Auto-Deploy-V2.yml +++ b/.github/workflows/PR-Auto-Deploy-V2.yml @@ -298,14 +298,6 @@ jobs: const commentBody = `## 🚀 V2 Auto-Deployment Complete!\n\n` + `Your V2 PR with the new frontend/backend split architecture has been deployed!\n\n` + `🔗 **V2 Test URL:** [${deploymentUrl}](${deploymentUrl})\n\n` + - `### 🏗️ Architecture:\n` + - `- **Frontend:** React + Vite + Nginx\n` + - `- **Backend:** Java Spring Boot\n` + - `- **Mode:** Monolith (both services in one container)\n` + - `- **API Access:** Frontend automatically proxies /api/* calls to backend\n\n` + - `### 🔧 Testing:\n` + - `- Access the React UI at the URL above\n` + - `- All API calls are handled internally between frontend and backend\n\n` + `_This deployment will be automatically cleaned up when the PR is closed._\n\n` + `🔄 **Auto-deployed** because PR title or branch name contains V2/version2/React keywords.`;