Sha256: 929d912cf168ed5822c9d92981548e59d025081bef7dca053d21b171771bdf12
Contents?: true
Size: 748 Bytes
Versions: 3
Compression:
Stored size: 748 Bytes
Contents
--- # Settings control internal forger 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, forger 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_profile: profile1 production: # s3_folder: mybucket/folder # aws_profile: profile2
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
forger-3.0.2 | spec/fixtures/demo_project/config/settings.yml |
forger-3.0.1 | spec/fixtures/demo_project/config/settings.yml |
forger-3.0.0 | spec/fixtures/demo_project/config/settings.yml |