Skip to content

build(ecs): merge server and worker ECS deployments #3

build(ecs): merge server and worker ECS deployments

build(ecs): merge server and worker ECS deployments #3

Workflow file for this run

name: Deploy to test
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- build/ecs-deployment
jobs:
deploy:
name: Deploy
uses: ./.github/workflows/deploy.yml
with:
environment: 'test'
aws-account-id: '394714924170'
cicd-role: 'arn:aws:iam::394714924170:role/oidc-admin'
ecr-repository: 'plumber-test'
ecs-cluster-name: 'plumber-test-ecs'
codedeploy-application: 'plumber-test-ecs-app'
codedeploy-deployment-group: 'plumber-test-ecs-dg'
release-version: ${{ github.sha }}