fix(deploy): command issues

This commit is contained in:
artem.zaiko.ext 2022-04-28 15:41:06 +03:00
parent 013e688511
commit 23a02cec8b

View file

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