mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
fix(deploy): command issues
This commit is contained in:
parent
013e688511
commit
23a02cec8b
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
|
uses: azure/CLI@v1
|
||||||
with:
|
with:
|
||||||
inlineScript: |
|
inlineScript: |
|
||||||
az storage blob delete-batch -s $web --account-name ngxadmin --debug
|
az storage blob delete-batch -s '$web' --account-name ngxadmin --debug
|
||||||
# Upload to storage
|
# Upload to storage
|
||||||
- name: Upload to blob storage
|
- name: Upload to blob storage
|
||||||
uses: azure/CLI@v1
|
uses: azure/CLI@v1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue