nesquena-cap-recipes 0.3.12 → 0.3.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION.yml +1 -1
- data/cap-recipes.gemspec +1 -1
- data/lib/cap_recipes/tasks/passenger/manage.rb +0 -8
- metadata +1 -1
data/VERSION.yml
CHANGED
data/cap-recipes.gemspec
CHANGED
@@ -3,14 +3,6 @@ require 'cap_recipes/tasks/with_scope.rb'
|
|
3
3
|
Capistrano::Configuration.instance(true).load do
|
4
4
|
namespace :deploy do
|
5
5
|
|
6
|
-
desc "Default deploy action"
|
7
|
-
task :default, :roles => :web do
|
8
|
-
with_role(:web) do
|
9
|
-
update
|
10
|
-
restart
|
11
|
-
end
|
12
|
-
end
|
13
|
-
|
14
6
|
desc "Stops the phusion passenger server"
|
15
7
|
task :stop, :roles => :web do
|
16
8
|
puts "Stopping rails web server"
|