Skip to content

web-app: next.js error handling #41

web-app: next.js error handling

web-app: next.js error handling #41

Workflow file for this run

name: web-app
on:
push:
branches:
- develop
paths:
- 'src/backend/services/web-app/**'
- '.github/workflows/web-app.yml'
pull_request:
branches:
- develop
paths:
- 'src/backend/services/web-app/**'
- '.github/workflows/web-app.yml'
jobs:
build-release:
uses: ./.github/workflows/build-release.yml
with:
service-name: web-app
secrets: inherit
deploy:
if: github.ref == 'refs/heads/develop'
needs:
- build-release
uses: ./.github/workflows/deploy.yml
with:
service-name: web-app
version: ${{ needs.build-release.outputs.new-version }}