Sha256: 507d531842b5b920075c54c136772c8dc580e6fcc3db1c932578c151b3a590de
Contents?: true
Size: 735 Bytes
Versions: 29
Compression:
Stored size: 735 Bytes
Contents
# More info: https://lono.cloud/docs/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: # https://lono.cloud/docs/app-scripts/ # extract_scripts: # to: "/opt" # as: "ec2-user" development: # When you have AWS_PROFILE set to one of these values, lono will switch to the desired # environment. This prevents you from switching AWS_PROFILE, forgetting to # also switch LONO_ENV, and accidentally deploying to production vs development. # aws_profiles: # - dev_profile1 # - dev_profile2 production: # aws_profiles: # - prod_profile
Version data entries
29 entries across 29 versions & 1 rubygems