Skip to content

Dependabot configuration for security updates #2

Dependabot configuration for security updates

Dependabot configuration for security updates #2

name: Deploy to Production
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
deploy-production:
name: Deploy production
environment: production
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
contents: read
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build & tag docker image
uses: AplinkosMinisterija/reusable-workflows/.github/actions/docker-build-tag-push@main
with:
environment: production
push: true