Add GitHub Actions workflow for Azure Node.js deployment#18
Conversation
This workflow builds and deploys a Node.js application to Azure Web App on push to the main branch. Signed-off-by: Huỳnh Thương <admin@huynhthuong.online>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
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 |
|
Kilo Code Review could not run — your account is out of credits. Add credits or switch to a free model to enable reviews on this change. |
Reverts #18 <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Removes the Azure Web Apps GitHub Actions workflow to stop automatic Node.js deployments on pushes to `main`. This reverts the earlier deployment setup and prevents unintended Azure releases. <sup>Written for commit 5c9dd39. Summary will update on new commits. <a href="https://cubic.dev/pr/Huynhthuongg/Claude-OpenAI/pull/19?utm_source=github">Review in cubic</a></sup> <!-- End of auto-generated description by cubic. -->
This workflow builds and deploys a Node.js application to Azure Web App on push to the main branch.
Summary by cubic
Adds a GitHub Actions workflow to build and deploy the Node.js app to Azure Web App on pushes to main and via manual trigger. It installs, builds/tests, packages the app, and deploys using an Azure publish profile.
New Features
actions/setup-node@v4; runs install/build/test if present.actions/upload-artifact@v4/actions/download-artifact@v4).azure/webapps-deploy@v2; sets the environment URL from the deploy step output.Migration
AZURE_WEBAPP_PUBLISH_PROFILEcontaining the app’s publish profile.AZURE_WEBAPP_NAME; optionally adjustAZURE_WEBAPP_PACKAGE_PATHandNODE_VERSION.Written for commit 3fec9c4. Summary will update on new commits. Review in cubic