Sha256: bca7bc5880be1da8c8eb318c1ae331c6cefc9ea5bd1e47b77f6e044263d4cc57
Contents?: true
Size: 790 Bytes
Versions: 12
Compression:
Stored size: 790 Bytes
Contents
# More info: http://ufoships.com/docs/ufo-settings/ # The base config is treated special. 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: <%= @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
12 entries across 12 versions & 1 rubygems