Sha256: 688c662096f359d822e37fe9602b549bbdc74926df83d69e80223da107fbb97c
Contents?: true
Size: 768 Bytes
Versions: 17
Compression:
Stored size: 768 Bytes
Contents
--- # Settings control internal aws-ec2 behavior. # Settings are different from the config files. The config files are meant to # expose config variables that you can use in your ERB code. # There are separate files to separate user defined variables and internal # setting configs. development: # By setting s3_folder, aws-ec2 will automatically tarball and upload your scripts # to set. You then can then use the extract_scripts helper method to download # the scripts onto the server. # s3_folder: mybucket/path/to/folder # simple string # compile_clean: true # uncomment to clean # extract_scripts: # to: "/opt" # as: "ec2-user" # aws_profiles: # - profile1 production: # s3_folder: mybucket/folder # aws_profiles: # - profile2
Version data entries
17 entries across 17 versions & 1 rubygems