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
f5f4ca33
Unverified
Commit
f5f4ca33
authored
Mar 20, 2018
by
Karl Kloppenborg
Committed by
GitHub
Mar 20, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #16 from Tensho/fix-typo
Fix "sidekiq" typo
parents
5945d4db
7a2585eb
Hide 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 @
f5f4ca33
...
...
@@ -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 @
f5f4ca33
...
...
@@ -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