Class: DeployHera

Inherits:
Object
  • Object
show all
Defined in:
lib/hera/deploy_hera.rb

Instance Method Summary collapse

Constructor Details

#initializeDeployHera

Returns a new instance of DeployHera.



4
5
6
7
8
9
10
# File 'lib/hera/deploy_hera.rb', line 4

def initialize

  puts "Hera will now deploy your site."
  puts "Make sure that you have set ssh_user and remote_root in RakeFile"
  system "rake deploy"

end