File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,13 @@ _includes examples from other packages to give context_
4444- name : ECS Deploy
4545 uses : sourcetoad/aws-ecs-deploy-action@v1
4646 with :
47+ ecs_cluster_name : cluster
4748 ecs_service_name : project
4849 service_task_definition_name : project-alpha
4950 prepare_task_definition_name : project-alpha-migrations
5051 prepare_task_container_network_config_filepath : " .github/networks/alpha.json"
5152 prepare_task_container_image_changes : php|123456789100.dkr.ecr.us-east-1.amazonaws.com/php:version
52- container_image_changes : >
53+ service_container_image_changes : >
5354 nginx|123456789100.dkr.ecr.us-east-1.amazonaws.com/nginx:version
5455 php|123456789100.dkr.ecr.us-east-1.amazonaws.com/php:version
5556` ` `
You can’t perform that action at this time.
0 commit comments