Skip to content

Merge pull request #3 from lonestone/feature/cooppilot-front #2

Merge pull request #3 from lonestone/feature/cooppilot-front

Merge pull request #3 from lonestone/feature/cooppilot-front #2

name: Deploy Cooppilot Back
on:
push:
branches:
- deploy/production
paths:
- "base/apps/common/**"
- "cooppilot/apps/cooppilot-back/**"
workflow_dispatch:
permissions:
contents: read
jobs:
deploy:
name: Deploy Cooppilot Back to ECS
uses: ./.github/workflows/reusable-deploy-to-ecs.yml
with:
ecs_cluster: cooppilot-cluster
app_name: cooppilot-cooppilot-ai-back
build_dir: ./
dockerfile_dir: ./cooppilot/apps/cooppilot-back/
build_context: ./
aws_region: eu-west-3
environment: production
review_mode: false
secrets: inherit