fix(deploy): command issues

This commit is contained in:
artem.zaiko.ext 2022-04-28 15:28:17 +03:00
parent e6db02976f
commit 013e688511

View file

@ -31,7 +31,7 @@ jobs:
uses: azure/CLI@v1 uses: azure/CLI@v1
with: with:
inlineScript: | 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 # Upload to storage
- name: Upload to blob storage - name: Upload to blob storage
uses: azure/CLI@v1 uses: azure/CLI@v1