Skip to content

Commit

Permalink
Merge pull request #526 from Deltares/azure-devops-deployments
Browse files Browse the repository at this point in the history
azure devops deployments and documentation. Use app folder for distri…
  • Loading branch information
ekkelenkamp authored Dec 12, 2023
2 parents 134686a + 485d74b commit b5be2b5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/public/deployments/azure/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,14 @@ steps:
npm --version
node --version
npm run build
rm -rf $(System.DefaultWorkingDirectory)/dist
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: '/'
api_location: ''
app_build_command: 'npm run build'
output_location: '$(System.DefaultWorkingDirectory)/app'
skip_app_build: 'true'
verbose: 'true'
azure_static_web_apps_api_token: $(deployment_token)

0 comments on commit b5be2b5

Please sign in to comment.