Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[@typespec/spec-dashboard] Add Account Name to the script #5398

Merged
merged 2 commits into from
Dec 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[@typespec/spec-dashboard] Add Account Name to the script
  • Loading branch information
sarangan12 committed Dec 18, 2024
commit 6cc066b3b59b173e8f6a378509fe9143d84d5bb5
2 changes: 1 addition & 1 deletion eng/tsp-core/pipelines/dashboard-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,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"
Loading