Skip to content

Merge pull request #7 from AplinkosMinisterija/refactor #5

Merge pull request #7 from AplinkosMinisterija/refactor

Merge pull request #7 from AplinkosMinisterija/refactor #5

name: Deploy to Production
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
jobs:
deploy-production:
name: Deploy production
uses: AplinkosMinisterija/reusable-workflows/.github/workflows/biip-deploy.yml@main
secrets: inherit
permissions:
contents: read
packages: write
with:
environment: Production
enable-sentry: true
docker-image: ghcr.io/AplinkosMinisterija/biip-hidro-api