Skip to content

Commit

Permalink
azure devops deployments and documentation. set output location.
Browse files Browse the repository at this point in the history
  • Loading branch information
rudieekkelenkamp committed Dec 13, 2023
1 parent 3c44f45 commit ecbf5bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/public/deployments/azure/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ steps:
displayName: 'npm install and build of Web Operator Client'
- task: AzureStaticWebApp@0
inputs:
app_location: '/app'
app_location: ''
api_location: ''
output_location: 'app'
skip_app_build: 'true'
verbose: 'true'
azure_static_web_apps_api_token: $(deployment_token)

0 comments on commit ecbf5bb

Please sign in to comment.