{"id":44384649,"url":"https://github.com/utrustdev/action-deploy-ecs","last_synced_at":"2026-02-12T00:36:40.349Z","repository":{"id":97357553,"uuid":"225676030","full_name":"utrustdev/action-deploy-ecs","owner":"utrustdev","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-04T09:00:44.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-04-04T09:32:49.227Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/utrustdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-03T17:16:48.000Z","updated_at":"2025-04-04T09:00:47.000Z","dependencies_parsed_at":"2023-06-26T22:06:33.285Z","dependency_job_id":null,"html_url":"https://github.com/utrustdev/action-deploy-ecs","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/utrustdev/action-deploy-ecs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utrustdev%2Faction-deploy-ecs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utrustdev%2Faction-deploy-ecs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utrustdev%2Faction-deploy-ecs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utrustdev%2Faction-deploy-ecs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/utrustdev","download_url":"https://codeload.github.com/utrustdev/action-deploy-ecs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utrustdev%2Faction-deploy-ecs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29351055,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T20:11:40.865Z","status":"ssl_error","status_checked_at":"2026-02-11T20:10:41.637Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-12T00:36:39.732Z","updated_at":"2026-02-12T00:36:40.343Z","avatar_url":"https://github.com/utrustdev.png","language":null,"readme":"# Github Action - Deploy to ECS\n\nApplies a given task definition to a running service, performing the aws authorizatoin via aws-actions.\nIt will also compute the ECS cluster and account based on the environment specified as input.\n\n## Usage\n\n```yaml\njobs:\n  deploy:\n    steps:\n      - name: Deploy to ECS\n        uses: utrustdev/action-deploy-ecs\n        with:\n          task-definition: ${{ steps.task_def.outputs.file }}\n          service: \u003cECS service\u003e\n          cluster: \u003cECS cluster\u003e\n          aws_account: \u003cAWS Account ID to deploy to\u003e\n          aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}\n          aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}\n          aws_role: \u003crole-to-assume-in-the-deployment-account\u003e\n          aws_region: eu-central-1\n          wait-for-service-stability: false # default to false\n          force-new-deployment: true        # will default to false\n          role-duration-seconds: 1800       # default to 3600\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futrustdev%2Faction-deploy-ecs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Futrustdev%2Faction-deploy-ecs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futrustdev%2Faction-deploy-ecs/lists"}