Class: Thincloud::DeploymentGenerator

Inherits:
GeneratorBase
  • Object
show all
Defined in:
lib/thincloud/deployment/deployment_generator.rb

Overview

Public: Make thincloud:deployment generator available to Rails

Instance Method Summary collapse

Instance Method Details

#deploymentObject



23
24
25
26
27
28
29
30
31
32
33
34
35
# File 'lib/thincloud/deployment/deployment_generator.rb', line 23

def deployment
  capify

  copy_stages

  stub_recipes

  setup_foreman

  say_status "", ""
  say_status "success", "thincloud-deployment has finished."
  say_status "", "Edit config/deploy.rb for your application."
end