Skip to content

Commit

Permalink
azure devops deployments and documentation. set app location to dist.
Browse files Browse the repository at this point in the history
rudieekkelenkamp committed Dec 13, 2023
1 parent ecbf5bb commit 0799c4f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/public/deployments/azure/azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -42,14 +42,12 @@ steps:
npm --version
node --version
npm run build
cp -rf dist $(System.DefaultWorkingDirectory)/app
ls -al $(System.DefaultWorkingDirectory)/app
displayName: 'npm install and build of Web Operator Client'
- task: AzureStaticWebApp@0
inputs:
app_location: ''
# When used with skip_app_build: true, this value is the app's build output location.
app_location: '/dist'
api_location: ''
output_location: 'app'
skip_app_build: 'true'
verbose: 'true'
azure_static_web_apps_api_token: $(deployment_token)

0 comments on commit 0799c4f

Please sign in to comment.