Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
capistrano-sneakers
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_common
capistrano-sneakers
Commits
7a2585eb
Commit
7a2585eb
authored
Mar 19, 2018
by
Andrew Babichev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix "sidekiq" typo
parent
5945d4db
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lib/capistrano/tasks/monit.rake
+1
-1
lib/generators/capistrano/sneakers/monit/template_generator.rb
+1
-1
No files found.
lib/capistrano/tasks/monit.rake
View file @
7a2585eb
...
...
@@ -9,7 +9,7 @@ namespace :load do
end
namespace
:deploy
do
before
:starting
,
:check_s
idekiq
_monit_hooks
do
before
:starting
,
:check_s
neakers
_monit_hooks
do
if
fetch
(
:sneakers_default_hooks
)
&&
fetch
(
:sneakers_monit_default_hooks
)
invoke
'sneakers:monit:add_default_hooks'
end
...
...
lib/generators/capistrano/sneakers/monit/template_generator.rb
View file @
7a2585eb
...
...
@@ -14,7 +14,7 @@ module Capistrano
banner:
"path to templates"
def
copy_template
copy_file
"sneakers_monit.conf.erb"
,
"
#{
templates_path
}
/s
idekiq
_monit.erb"
copy_file
"sneakers_monit.conf.erb"
,
"
#{
templates_path
}
/s
neakers
_monit.erb"
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment