We have 4 servers: Dev, Stage, Test, Prod.
We are getting one free CI/CD according to Microsoft:
1 Microsoft-hosted job with 1,800 minutes per month for CI/CD and 1 self-hosted job with unlimited minutes per month
$40 per extra Microsoft-hosted CI/CD parallel job and $15 per extra self-hosted CI/CD parallel job with unlimited minutes
We are using a self-hosted agent. The question is how many CI/CD do we need to buy? We don't need parallel jobs! Can we use one self-hosted CI/CD (agents) to store the artifacts and deploy to all 4 servers or do we need to buy 1 (free) and 3 ($15 per extra self-hosted)?