Class: AmoebaDeployTools::App
- Inherits:
-
Command
- Object
- Thor
- Command
- AmoebaDeployTools::App
show all
- Defined in:
- lib/amoeba_deploy_tools/commands/app.rb
Instance Method Summary
collapse
Methods inherited from Command
#initialize
included, #invoke_command
Instance Method Details
#capfile ⇒ Object
9
10
11
12
|
# File 'lib/amoeba_deploy_tools/commands/app.rb', line 9
def capfile
app = node.application
sudo(node.name, "cat ~#{app.name}/shared/config/Capfile")
end
|
#deploy ⇒ Object
4
5
6
|
# File 'lib/amoeba_deploy_tools/commands/app.rb', line 4
def deploy
cap :deploy
end
|
#exec ⇒ Object
15
16
|
# File 'lib/amoeba_deploy_tools/commands/app.rb', line 15
def exec
end
|
#ssh ⇒ Object
19
20
|
# File 'lib/amoeba_deploy_tools/commands/app.rb', line 19
def ssh
end
|