{"id":19978298,"url":"https://github.com/geekcell/github-action-aws-codedeploy-wait","last_synced_at":"2025-03-01T19:15:43.519Z","repository":{"id":154852787,"uuid":"632429750","full_name":"geekcell/github-action-aws-codedeploy-wait","owner":"geekcell","description":"Simple action to wait for an AWS CodeDeploy job to be in a desired state.","archived":false,"fork":false,"pushed_at":"2023-06-28T13:40:54.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-01T18:48:51.573Z","etag":null,"topics":["aws","codedeploy","deployment","github-actions"],"latest_commit_sha":null,"homepage":"https://www.geekcell.io","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/geekcell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-04-25T11:47:00.000Z","updated_at":"2024-01-19T01:56:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"a034599e-60e5-4a01-8c4f-c48ec30a8e21","html_url":"https://github.com/geekcell/github-action-aws-codedeploy-wait","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geekcell%2Fgithub-action-aws-codedeploy-wait","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geekcell%2Fgithub-action-aws-codedeploy-wait/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geekcell%2Fgithub-action-aws-codedeploy-wait/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geekcell%2Fgithub-action-aws-codedeploy-wait/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geekcell","download_url":"https://codeload.github.com/geekcell/github-action-aws-codedeploy-wait/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241411543,"owners_count":19958753,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["aws","codedeploy","deployment","github-actions"],"created_at":"2024-11-13T03:32:33.369Z","updated_at":"2025-03-01T19:15:43.488Z","avatar_url":"https://github.com/geekcell.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Geek Cell GmbH](https://raw.githubusercontent.com/geekcell/.github/main/geekcell-github-banner.png)](https://www.geekcell.io/)\n\n\u003c!-- action-docs-description --\u003e\n## Description\n\nWait for an AWS CodeDeploy deployment to finish. Will poll the CodeDeploy API until the deployment is finished or failed.\n\u003c!-- action-docs-description --\u003e\n\n## Usage\n\n#### Advanced Example\n``` yaml\n## Create new CodeDeploy deployment\n- name: Deploy Amazon ECS\n  id: deploy-ecs\n  uses: aws-actions/amazon-ecs-deploy-task-definition@v1\n  with:\n    cluster: my-cluster\n    service: my-service\n    task-definition: task-definition.yaml\n\n    codedeploy-appspec: appspec.yaml\n    codedeploy-application: my-application\n    codedeploy-deployment-group: my-deployment-group\n\n## Wait for ECS Blue Deployment\n- name: Wait for blue instances to be ready\n  uses: geekcell/github-action-aws-codedeploy-wait@v1.0.0\n  with:\n    codedeploy-deployment-id: steps.deploy-ecs.outputs.codedeploy-deployment-id\n\n## Run smoke tests\n- name: Run tests\n  run: yarn cypress run\n\n## Shift traffic if tests passed\n- name: Shift Traffic\n  run: aws deploy continue-deployment --deployment-id ${{ needs.deployment.outputs.codedeploy-deployment-id }}\n```\n\n\u003c!-- action-docs-inputs --\u003e\n## Inputs\n\n| parameter | description | required | default |\n| --- | --- | --- | --- |\n| codedeploy-deployment-id | The ID of the CodeDeploy deployment to check. | `true` |  |\n| sleep-between-requests | How many seconds to sleep between requests to the CodeDeploy API to check the status. | `false` | 5 |\n\u003c!-- action-docs-inputs --\u003e\n\n\u003c!-- action-docs-outputs --\u003e\n\n\u003c!-- action-docs-outputs --\u003e\n\n\u003c!-- action-docs-runs --\u003e\n## Runs\n\nThis action is a `composite` action.\n\u003c!-- action-docs-runs --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeekcell%2Fgithub-action-aws-codedeploy-wait","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeekcell%2Fgithub-action-aws-codedeploy-wait","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeekcell%2Fgithub-action-aws-codedeploy-wait/lists"}