Skip to content

Releases: ikhrustalev/ecs-service-deploy

v1.0.0 - Initial Release

10 Jan 15:54

Choose a tag to compare

Lightweight GitHub Action for ECS service redeployment without full task definition management.

Features

  • Force redeploy to pull :latest images
  • Deploy specific task definition ARN (rollbacks)
  • Scale service during deployment
  • Optional wait for service stability

Usage

- uses: ikhrustalev/ecs-service-deploy@v1
  with:
    cluster_arn: arn:aws:ecs:us-east-1:123456789012:cluster/my-cluster
    service_name: my-service

See README for full documentation.