mirror of https://github.com/akveo/blur-admin
chore: update the gulp command
parent
a746a313ee
commit
522f2f0c38
|
@ -20,7 +20,7 @@ jobs:
|
||||||
- name: npm install, build
|
- name: npm install, build
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
gulp serve:dist
|
gulp build
|
||||||
|
|
||||||
# Azure CLI Upload to storage
|
# Azure CLI Upload to storage
|
||||||
- uses: azure/login@v1
|
- uses: azure/login@v1
|
||||||
|
@ -31,7 +31,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
azcliversion: 2.0.72
|
azcliversion: 2.0.72
|
||||||
inlineScript: |
|
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
|
# Azure logout
|
||||||
- name: logout
|
- name: logout
|
||||||
|
|
Loading…
Reference in New Issue