amazon-ecs-deploy-task-definition icon indicating copy to clipboard operation
amazon-ecs-deploy-task-definition copied to clipboard

Registers an Amazon ECS task definition and deploys it to an ECS service.

Results 73 amazon-ecs-deploy-task-definition issues
Sort by recently updated
recently updated
newest added

How to use task-definition file after download it.

Hello, Want to confirm if the project support for scheduled tasks. And if this is planned for future.

Can you allow `deploymentConfigName` to be passed in as a deployment parameter in the code deploy? I realize there are a lot of parameters you may be considering supporting, but...

Excerpt: ``` name: Deploy Amazon ECS task definition uses: aws-actions/amazon-ecs-deploy-task-definition@v1 with: task-definition: ${{ steps.pbsorg-task-def.outputs.task-definition }} service: ${{ env.service_name }} cluster: ${{ env.cluster_name }} wait-for-service-stability: true ``` With an incorrect service...

Hi! 👋🏻 Several of the Github Actions in the repo are using the deprecated Node.js 12 runtime. Github have announced that everyone should move away from the deprecated Node.js runtime...

I tested what you had on the "Troubleshooting" section of the README and I thought that I was going to see the logs showed on ECS deployment events. Maybe is...

*Issue #, if available:* https://github.com/aws-actions/amazon-ecs-deploy-task-definition/issues/447 *Description of changes:* - Added the new input show-service-events to enable the routine - The routine will call describe-ecs-service each amount of seconds seconds to...

Updating the task definition to use Service Connect, I get an error during the deploy process. ``` * UnexpectedParameter: Unexpected key 'name' found in params.containerDefinitions[0].portMappings[0] * UnexpectedParameter: Unexpected key 'appProtocol'...

The GitHub action runs have failed since Oct 1 (the last release date) They are failing, I believe, due to the action trying to push back to master (a protected...

@iamhopaul123 I am still seeing the same warning while using the action "aws-actions/amazon-ecs-deploy-task-definition@v1" `Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files....