Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 486 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 486 Bytes

AWS ECS force deployment

Run a force deployment for all services with proper tags in cluster

Usage:

- name: Force new deployment
  uses: trustfractal/[email protected]
  with:
    cluster: "staging"
    tag_filters: |
      { "Application": ["awesome"], "Service": ["staging"] }

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

License Summary

This code is made available under the MIT license.