ECSDeployer Action
Version updated for https://github.com/ecsdeployer/github-action to version v2.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The ECSDeployer GitHub Action automates the deployment of containerized applications to AWS ECS using the ECSDeployer tool. This action streamlines tasks like configuring deployment settings, managing container images, and executing deployments, reducing manual effort and ensuring consistency in ECS deployment workflows. Its key capabilities include support for custom deployment configurations, image tagging, versioning, and integration with other AWS and Docker-related GitHub Actions.
Release notes
What’s Changed
- Modernize action: upgrade to Node 24, migrate to pnpm, update all dep… by @webdestroya in https://github.com/ecsdeployer/github-action/pull/4
Full Changelog: https://github.com/ecsdeployer/github-action/compare/v1...v2.0.0