Sha256: e51cac3cb1245dd483f1718e0d34c035954747f50aaa17d47e1103c62c3fed9e
Contents?: true
Size: 780 Bytes
Versions: 14
Compression:
Stored size: 780 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 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
14 entries across 14 versions & 1 rubygems