lib/templates/default/config/settings.yml.tt in forger-2.0.5 vs lib/templates/default/config/settings.yml.tt in forger-3.0.0

- old
+ new

@@ -6,20 +6,10 @@ # 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_profiles: - - my-aws-profile -<% if @options[:s3_folder] -%> - s3_folder: <%= @options[:s3_folder] %> -<% else -%> - # s3_folder: my-s3-bucket/ec2 -<% end -%> \ No newline at end of file + aws_profile: my-aws-profile