Skip to content

Commit

Permalink
[@typespec/spec-dashboard] Release Spec Dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
sarangan12 committed Dec 17, 2024
1 parent 71b5c41 commit 14aee38
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions eng/tsp-core/pipelines/dashboard-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ trigger:
# For patch releases
- release/*

variables:
connectionString: $(AZ_SPEC_DASHBOARD_CONNECTION_STRING)

extends:
template: /eng/common/pipelines/templates/1es-redirect.yml
parameters:
Expand Down Expand Up @@ -41,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 --connection-string "$AZURE_STORAGE_CONNECTION_STRING"
az storage blob upload-batch --source packages/spec-dashboard/dist/ --destination '$web' --overwrite
displayName: "Upload files to Azure Blob Storage"

0 comments on commit 14aee38

Please sign in to comment.