Skip to content

fix: prevent base deploy-ecs.yml from running on branch deploy #4

fix: prevent base deploy-ecs.yml from running on branch deploy

fix: prevent base deploy-ecs.yml from running on branch deploy #4

Workflow file for this run

version: 1
Resources:
- TargetService:
Type: 'AWS::ECS::Service'
Properties:
# Placeholder text - gets replaced when pipeline runs
TaskDefinition: '<TASK_DEFINITION>'
LoadBalancerInfo:
ContainerName: app-server
ContainerPort: 8080