final change

This commit is contained in:
Anthony Stirling 2025-07-11 13:13:15 +01:00
parent 0b32c5b856
commit 3426f0cc40

View File

@ -298,14 +298,6 @@ jobs:
const commentBody = `## 🚀 V2 Auto-Deployment Complete!\n\n` + const commentBody = `## 🚀 V2 Auto-Deployment Complete!\n\n` +
`Your V2 PR with the new frontend/backend split architecture has been deployed!\n\n` + `Your V2 PR with the new frontend/backend split architecture has been deployed!\n\n` +
`🔗 **V2 Test URL:** [${deploymentUrl}](${deploymentUrl})\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` + `_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.`; `🔄 **Auto-deployed** because PR title or branch name contains V2/version2/React keywords.`;