Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Merge pull request #724 from ls1intum/722-spring-boot-starter-web-321… #295

Merge pull request #724 from ls1intum/722-spring-boot-starter-web-321…

Merge pull request #724 from ls1intum/722-spring-boot-starter-web-321… #295

Workflow file for this run

name: Build and Deploy to Prod
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
server_image_tag: "latest"
client_image_tag: "latest"