Skip to content

Commit

Permalink
Update for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHinsh committed Sep 11, 2024
1 parent c6c4c5d commit 3616ffe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "/"
}
Expand Down Expand Up @@ -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 }}

0 comments on commit 3616ffe

Please sign in to comment.