Skip to content

docs: Update Phase 5 Final date #7

docs: Update Phase 5 Final date

docs: Update Phase 5 Final date #7

Workflow file for this run

name: CD - Publish Dev Build
on:
push:
branches:
- main
jobs:
publish-dev:
uses: ./.github/workflows/cd-build.yaml
with:
tag: dev
compose_file: docker/docker-compose.dev.yaml
services: '["backend/api-service","backend/ai-service","backend/notification-service","frontend"]'
secrets: inherit