Skip to content

trustfractal/aws-ecs-force-deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.