Skip to content

Merge pull request #7 from beclab/style/controlhub_dashboard #91

Merge pull request #7 from beclab/style/controlhub_dashboard

Merge pull request #7 from beclab/style/controlhub_dashboard #91

name: Update Monitoring Frontend
on:
workflow_dispatch:
push:
branches:
- 'main'
- 'feat/api_watch'
- 'chore/apps'
paths:
- 'apps/monitoring/**'
- 'packages/ui/**'
- 'apps/common/**'
- .github/workflows/update-monitoring.yml
- .github/workflows/common-config.yml
- nginx.conf
jobs:
call-nodes-ci:
uses: ./.github/workflows/common-config.yml
with:
NODE_VERSION: '16.14'
PACKAGE_NAME: dashboard-frontend-v1
PACKAGE_PATH: apps/monitoring/package.json
DIR_PATH: apps/monitoring
DOCKERFILE_PATH: Dockerfile-monitoring-client
PACKAGE_BUILD_SCRIPT: build:monitoring
DEFAULT_VERSION: latest
secrets: inherit