We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b86ba31 commit 1cdafa7Copy full SHA for 1cdafa7
.github/workflows/ci.yml
@@ -47,4 +47,4 @@ jobs:
47
with:
48
inlineScript: |
49
az account show
50
- az storage blob sync --account-name ${{ secrets.STORAGE_ACCOUNT_NAME }} --auth-mode login -c '$web' -s dist --delete-destination true
+ az storage blob sync --auth-mode login --delete-destination true --account-name ${{ secrets.STORAGE_ACCOUNT_NAME }} -c '$web' -s dist
0 commit comments