diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index ab390d7b24..c09eaf02a2 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -98,7 +98,7 @@ jobs: $docs_baseURL = "/learn/azure-devops-migration-tools" switch ($Env:GitVersion_PreReleaseLabel) { "" { - $Ring = "Release"; + $Ring = "Production"; $docs_deploy_folder = "./" $docs_baseURL = "/" } @@ -233,5 +233,6 @@ jobs: skip_app_build: true skip_api_build: true output_location: '' + deployment_environment: ${{ (needs.Setup.outputs.nkdAgility_Ring) }} azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }} \ No newline at end of file