Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 315 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 315 Bytes

run-ecs-task

Run a one-off task on Amazon ECS.

- uses: railsware/github-actions/run-ecs-task@master
  with:
    cluster: mycluster
    service: myapp
    # This command is passed to a shell prompt.
    command: bundle exec rake db:migrate

Outputs:

  • url - the URL of the task in the AWS Console.