diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c9be0b5..c46fe68 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,7 +26,7 @@ stages: - job: Build displayName: "Build & push to ACR" pool: - name: default + name: azureselfhosted steps: - checkout: self - checkout: olympus-common @@ -83,7 +83,7 @@ stages: condition: succeeded() displayName: "Deploy to ${{variables.envName}}" pool: - name: default + name: azureselfhosted environment: name: $(envName).$(resourceName) resourceType: Kubernetes