Azure mvp deploy - #15
Conversation
Enables CI, tarball deploy to /opt/onevo/app, and smoke tests from local Jenkins. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
…aller tools. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (11)
📝 WalkthroughWalkthroughThe PR adds Jenkins and PowerShell deployment paths, standardizes deployment under ChangesDeployment pipeline and VM layout
Setup wizard request handling
Estimated code review effort: 4 (Complex) | ~45 minutes Sequence Diagram(s)sequenceDiagram
participant Jenkins
participant DeployScript
participant AzureVM
participant DockerCompose
Jenkins->>DeployScript: start deployment with VM and build parameters
DeployScript->>AzureVM: upload application tarball and installer
DeployScript->>AzureVM: run remote deployment script
AzureVM->>DockerCompose: pull ACR images or build locally
DockerCompose->>AzureVM: start application containers
AzureVM->>AzureVM: check backend health endpoint
Possibly related PRs
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary by CodeRabbit
New Features
Bug Fixes
Documentation