mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
chore: fix issue with source dist
This commit is contained in:
parent
caecd792c2
commit
cfcdf741b1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/azureCliDeploy.yml
vendored
2
.github/workflows/azureCliDeploy.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
azcliversion: 2.0.72
|
azcliversion: 2.0.72
|
||||||
inlineScript: |
|
inlineScript: |
|
||||||
az storage blob upload-batch --account-name ngxadmin -s .dist -d '$web' --debug
|
az storage blob upload-batch -d '$web' -s dist --account-name ngxadmin --debug
|
||||||
|
|
||||||
# Azure logout
|
# Azure logout
|
||||||
- name: logout
|
- name: logout
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue