class Suspenders::Production::DeploymentGenerator

Public Instance Methods

copy_script() click to toggle source
# File lib/suspenders/generators/production/deployment_generator.rb, line 6
def copy_script
  copy_file "bin_deploy", "bin/deploy"
  chmod "bin/deploy", 0o755
end
inform_user() click to toggle source
# File lib/suspenders/generators/production/deployment_generator.rb, line 11
def inform_user
  append_template_to_file "README.md", "partials/deployment_readme.md"
end