Class: Afterlife::Deploy::CustomDeployment
- Inherits:
-
Deployment
- Object
- Deployment
- Afterlife::Deploy::CustomDeployment
- Defined in:
- lib/afterlife/deploy/custom_deployment.rb
Instance Attribute Summary
Attributes inherited from Deployment
Instance Method Summary collapse
Methods inherited from Deployment
#initial_message, #initialize, #output, #repo_command, #setup
Constructor Details
This class inherits a constructor from Afterlife::Deploy::Deployment
Instance Method Details
#confirmation_message ⇒ Object
10 11 12 |
# File 'lib/afterlife/deploy/custom_deployment.rb', line 10 def 'You are about to deploy the current directory' end |
#run ⇒ Object
6 7 8 |
# File 'lib/afterlife/deploy/custom_deployment.rb', line 6 def run Exec.run(commands) end |