Skip to content

Commit

Permalink
Merge pull request #522 from Deltares/azure-devops-deployments
Browse files Browse the repository at this point in the history
azure devops deployments and documentation. Configured output_location
  • Loading branch information
ekkelenkamp authored Dec 12, 2023
2 parents 1882fd1 + f29d881 commit 83bddf9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/public/deployments/azure/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ steps:
inputs:
app_location: '/'
api_location: ''
output_location: ''
skip_app_build: true
app_artifact_location: '$(System.DefaultWorkingDirectory)/dist'
app_build_command: 'npm run build'
api_build_command: 'rm -rf ./node_modules/@next/swc-* && rm -rf ./.next/cache'
azure_static_web_apps_api_token: $(deployment_token)

0 comments on commit 83bddf9

Please sign in to comment.