mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
feat(deploy): use test branch for deploy
This commit is contained in:
parent
3002c9f9de
commit
eca3495265
1 changed files with 1 additions and 2 deletions
3
.github/workflows/azureCliDeploy.yml
vendored
3
.github/workflows/azureCliDeploy.yml
vendored
|
|
@ -4,7 +4,6 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- demo
|
- demo
|
||||||
- demo-enable-gh-actions-manual-trigger
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
@ -17,7 +16,7 @@ jobs:
|
||||||
node-version: '12'
|
node-version: '12'
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: demo
|
ref: demo-enable-gh-actions-manual-trigger
|
||||||
- name: npm install, build
|
- name: npm install, build
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue