diff --git a/.azure/pipelines/azure-pipelines-discordplugin-deploy.yml b/.azure/pipelines/azure-pipelines-discordplugin-deploy.yml index 252f9535..4c76a8b1 100644 --- a/.azure/pipelines/azure-pipelines-discordplugin-deploy.yml +++ b/.azure/pipelines/azure-pipelines-discordplugin-deploy.yml @@ -32,7 +32,7 @@ stages: jobs: - deployment: deploy${{parameters.DeploymentType}} displayName: Deploy ${{parameters.DeploymentType}} - environment: github-servermanager-${{ lower(parameters.DeploymentType) }} + environment: github-${{ lower(parameters.DeploymentType) }} workspace: clean: all variables: diff --git a/.azure/pipelines/azure-pipelines-servermanagers-deploy.yml b/.azure/pipelines/azure-pipelines-servermanagers-deploy.yml index e7475e65..bfc1cf6f 100644 --- a/.azure/pipelines/azure-pipelines-servermanagers-deploy.yml +++ b/.azure/pipelines/azure-pipelines-servermanagers-deploy.yml @@ -32,7 +32,7 @@ stages: jobs: - deployment: deploy${{parameters.DeploymentType}} displayName: Deploy ${{parameters.DeploymentType}} - environment: github-servermanager-${{ lower(parameters.DeploymentType) }} + environment: github-${{ lower(parameters.DeploymentType) }} workspace: clean: all variables: