Skip to content

Commit

Permalink
[@typespec/spec-dashboard] Add Account Name to the script (microsoft#…
Browse files Browse the repository at this point in the history
…5398)

This PR adds the missing account name to the script. Please review and
approve the PR. Thanks
  • Loading branch information
sarangan12 authored and Mingzhe Huang (from Dev Box) committed Dec 18, 2024
1 parent e9d42b3 commit 27f0bef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eng/tsp-core/pipelines/dashboard-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ trigger:
# For patch releases
- release/*

pr: none

extends:
template: /eng/common/pipelines/templates/1es-redirect.yml
parameters:
Expand Down Expand Up @@ -38,5 +40,5 @@ extends:
scriptLocation: "inlineScript"
inlineScript: |
echo "Uploading files to Azure Blob Storage..."
az storage blob upload-batch --source packages/spec-dashboard/dist/ --destination '$web' --overwrite
az storage blob upload-batch --account-name specdashboard --source packages/spec-dashboard/dist/ --destination '$web' --overwrite
displayName: "Upload files to Azure Blob Storage"

0 comments on commit 27f0bef

Please sign in to comment.