chore: fix issue with source dist

This commit is contained in:
DESKTOP-Q2JDODV\Admin 2021-06-23 15:50:47 +03:00
parent caecd792c2
commit cfcdf741b1

View file

@ -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