Sha256: a2831b3fed6ea9c1a61941f0a1fbca6910586647f0ba82cfed13c3aa5b9858d2
Contents?: true
Size: 804 Bytes
Versions: 1
Compression:
Stored size: 804 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: development # 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: production # aws_profiles: # - prod_profile
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ufo-3.5.7 | lib/template/.ufo/settings.yml.tt |