Skip to content

Update docker-compose.prod.yml to redirect to thesis-track (#652) #282

Update docker-compose.prod.yml to redirect to thesis-track (#652)

Update docker-compose.prod.yml to redirect to thesis-track (#652) #282

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"