Skip to content

Deploy

Deploy #585

name: miljoer-service
on:
push:
paths:
- libs/commands
- libs/data-transfer-objects
- libs/security-core
- libs/servlet-core
- libs/servlet-security
- apps/miljoer-service/**
- .github/workflows/app.miljoer-service.yml
jobs:
workflow:
uses: ./.github/workflows/common.workflow.backend.yml
with:
working-directory: "apps/miljoer-service"
deploy-tag: "#deploy-miljoer-service"
permissions:
contents: read
id-token: write
secrets: inherit