How I cut the deployment time of an Astro (Node.js) site on Azure from 1 hour to ~3 mins
SMRTR summary
Skip zipping node_modules and build directly on Azure by enabling SCM_DO_BUILD_DURING_DEPLOYMENT, simplifying GitHub Actions, using npm, setting HOST and PORT vars, and upgrading to a paid plan for speedier Node.js app deployments.
SMRTR provides this summary for quick context. The original article belongs to Daily.dev.
Read the original article