mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-20 00:06:10 +01:00
feat(deploy): demo enable gh actions manual trigger (#5932)
* feat(deploy): enable manual triggering * fix(deploy): use the default azure/CLI version * doc(deploy): update action trigger guid * feat(deploy): enable manual triggering for docs Co-authored-by: artem.zaiko.ext <artem.zaiko.ext@munichgeneral.com>
This commit is contained in:
parent
ea43b1f258
commit
2f76eab493
3 changed files with 15 additions and 10 deletions
1
.github/workflows/azureCliDeploy.yml
vendored
1
.github/workflows/azureCliDeploy.yml
vendored
|
|
@ -29,7 +29,6 @@ jobs:
|
|||
- name: Upload to blob storage
|
||||
uses: azure/CLI@v1
|
||||
with:
|
||||
azcliversion: 2.0.72
|
||||
inlineScript: |
|
||||
az storage blob upload-batch -d '$web' -s dist --account-name ngxadmin --debug
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue