Skip to content

Merge pull request #31 from ls1intum/27-ensure-the-uniqueness-of-matr… #3

Merge pull request #31 from ls1intum/27-ensure-the-uniqueness-of-matr…

Merge pull request #31 from ls1intum/27-ensure-the-uniqueness-of-matr… #3

Workflow file for this run

name: Build and Deploy to Dev
on:
push:
branches: [main]
jobs:
build-prod-container:
uses: ./.github/workflows/build_docker.yml
secrets: inherit
deploy-prod-container:
needs: build-prod-container
uses: ./.github/workflows/deploy_docker.yml
secrets: inherit
with:
environment: Production