Skip to content

Deploy to Development #71

Deploy to Development

Deploy to Development #71

name: Deploy to Development
on:
workflow_dispatch:
jobs:
deploy-development:
name: Deploy development
uses: AplinkosMinisterija/reusable-workflows/.github/workflows/biip-deploy.yml@main
secrets: inherit
permissions:
contents: read
packages: write
with:
environment: development
runs-on: ubuntu-latest
enable-sentry: true
docker-image: ghcr.io/AplinkosMinisterija/smalsuolis-api