Updating github actions app and api build commands and locations

This commit is contained in:
2024-05-21 17:20:02 -05:00
parent c705cc0932
commit 095f3d0e3d
2 changed files with 10 additions and 8 deletions

View File

@@ -23,10 +23,11 @@ jobs:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
action: 'upload'
app_location: '/'
app_build_command: 'npm run build-storybook'
api_location: ''
output_location: 'storybook-static'
app_build_command: ${{ vars.APP_BUILD_COMMAND }}
app_location: ${{ vars.APP_LOCATION }}
api_build_command: ${{ vars.API_BUILD_COMMAND }}
api_location: ${{ vars.API_LOCATION}}
output_location: ${{ vars.OUTPUT_LOCATION }}
deployment_environment: 'staging'
close_pull_request_job: