Category: devops
-
From Polling Scripts to On‑Box Azure DevOps Deployments for IIS
TL;DR: We replaced a custom polling script (using PAT + REST) with a clean Azure DevOps YAML pipeline that builds a stamped index.html and push-deploys directly on the IIS server via a self-hosted agent. We also added a quick “bogus deploy” smoke test to validate write access without touching artifacts. Why We Changed We originally…