mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 07:30:12 +01:00
fix(deploy): command issues
This commit is contained in:
parent
e6db02976f
commit
013e688511
1 changed files with 1 additions and 1 deletions
2
.github/workflows/azureCliDeploy.yml
vendored
2
.github/workflows/azureCliDeploy.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
uses: azure/CLI@v1
|
||||
with:
|
||||
inlineScript: |
|
||||
az storage blob delete-batch -d '$web' -s dist --account-name ngxadmin --debug
|
||||
az storage blob delete-batch -s $web --account-name ngxadmin --debug
|
||||
# Upload to storage
|
||||
- name: Upload to blob storage
|
||||
uses: azure/CLI@v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue