Skip to content

medpeer-dev/amazon-ecs-run-task-definition

 
 

Repository files navigation

このリポジトリについて

このリポジトリは、sinsoku/amazon-ecs-run-task-definition をforkしたものです。

Amazon ECS "Run Task Definition" Action for GitHub Actions

Run an Amazon ECS task definition on the same configuration as the existing ECS service.

Usage

Marketplaceに登録していないので、checkoutして利用してください。

    - name: Checkout medpeer-dev/amazon-ecs-run-task-definition
      uses: actions/checkout@v4
      with:
        repository: medpeer-dev/amazon-ecs-run-task-definition
        path: amazon-ecs-run-task-definition
    - name: Run a task on Amazon ECS
      uses: ./amazon-ecs-run-task-definition
      with:
        task-definition: foo:1
        container: my-container
        command: |
          echo
          "Hello, World"
        service: my-service
        cluster: my-cluster
        wait-for-stopped: true

See action.yml for the full documentation for this action's inputs and outputs.

About

Run an Amazon ECS task definition on the same configuration as the existing ECS service.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%