Sha256: d8c1b8a3fd3d439282f9169b49b1172b0965a03096bce324e78edf06814d4c58
Contents?: true
Size: 874 Bytes
Versions: 11
Compression:
Stored size: 874 Bytes
Contents
# More info: http://ufoships.com/docs/ufo-settings/ # The base config is specially treated. It gets included the other environments automatically. # Yaml also directly supports merging with & and <<* syntax but doing it automatically # for a cleaner syntax. base: # image: # clean_keep: 30 # ecr_keep: 30 # defaults when an new ECS service is created by ufo ship new_service: maximum_percent: 200 minimum_healthy_percent: 100 desired_count: 1 development: # cluster: dev # When you have AWS_PROFILE set to one of these values, ufo will switch to the desired # environment. This prevents you from switching AWS_PROFILE, forgetting to # also switch UFO_ENV, and accidentally deploying to production vs development. # aws_profiles: # - dev_profile1 # - dev_profile2 production: # cluster: prod # aws_profiles: # - prod_profile
Version data entries
11 entries across 11 versions & 1 rubygems