module Context module DeployHelpers module DeployerHelper def get_context_file(context, file) File.join(context.context_folder, file) end def build_folder(context) context.get_context_file(context, 'build') end def contexts_container(context) context.get_context_file(context, 'contexts') end def show_help(context) help_message = <