Class: DeployHera
- Inherits:
-
Object
- Object
- DeployHera
- Defined in:
- lib/hera/deploy_hera.rb
Instance Method Summary collapse
-
#initialize ⇒ DeployHera
constructor
A new instance of DeployHera.
Constructor Details
#initialize ⇒ DeployHera
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 |