Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Dec 13, 2024
1 parent 509a611 commit b3b3fd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-deploy-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: ./.github/actions/build-frontend
name: Build frontend
with:
api-endpoint: https://reportvision-middleware-dev.azurewebsites.net
api-endpoint: https://reportvision-middleware-demo.azurewebsites.net
frontend-tarball: ./frontend.tgz
frontend-path: ./frontend
frontend-build-path: ./frontend/dist/
Expand All @@ -37,7 +37,7 @@ jobs:
deploy-with-blob-name-optional:
name: Deploy
runs-on: ubuntu-latest
environment: dev
environment: demo
needs: [build-frontend]
steps:
- name: Download Artifacts To Job
Expand All @@ -60,7 +60,7 @@ jobs:
shell: bash
run: |
if [ -z "${{ inputs.storage-account-name }}" ]; then
az storage blob upload-batch --account-name reportvisionfrontenddev -d '$web' -s frontend-deploy/ --overwrite
az storage blob upload-batch --account-name reportvisionfrontenddemo -d '$web' -s frontend-deploy/ --overwrite
else
az storage blob upload-batch --account-name ${{ inputs.storage-account-name }} -d '$web' -s frontend-deploy/ --overwrite
fi
Expand Down

0 comments on commit b3b3fd4

Please sign in to comment.