Some checks failed
Deploy SOLUTION_ERP / build-deploy (push) Failing after 5s
VPS runner has only windows-latest label (no ubuntu) and lives on the same VPS as IIS, so WinRM + multi-job artifact handoff is unnecessary. Changes: - Single build-deploy job on windows-latest self-hosted - Uses pre-installed Node 20 and .NET 10 SDK (avoids 500MB setup-* downloads per run) - Deploys directly to C:\inetpub\solution-erp\ — no WinRM - appsettings.Production.json rendered from template via secrets (ConvertFrom-Json + ConvertTo-Json keeps JSON structure intact) - Fixed site name mismatch: SolutionErp-Api (was SolutionErpApi) - Removed IIS_HOST/USER/PASSWORD secrets — no longer needed - Added smoke test step hitting https://api.huypham.vn/health/live Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>