Skip to content

fix(build): build deploy-web with env in CDCI #661

fix(build): build deploy-web with env in CDCI

fix(build): build deploy-web with env in CDCI #661

name: Stats Web CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
# Check for changes in stats-web folder
- uses: dorny/paths-filter@v2
id: filter
with:
filters: |
stats-web:
- 'apps/stats-web/**'
- name: Build the Docker image
if: steps.filter.outputs.stats-web == 'true'
run: npm run dc:build -- stats-web