chore: update the gulp command

pull/524/head
DESKTOP-Q2JDODV\Admin 2021-06-28 15:24:32 +03:00
parent a746a313ee
commit 522f2f0c38
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ jobs:
- name: npm install, build
run: |
npm install
gulp serve:dist
gulp build
# Azure CLI Upload to storage
- uses: azure/login@v1
@ -31,7 +31,7 @@ jobs:
with:
azcliversion: 2.0.72
inlineScript: |
az storage blob upload-batch -d '$web' -s dist --account-name bluradmin --debug
az storage blob upload-batch -d '$web' -s release --account-name bluradmin --debug
# Azure logout
- name: logout