Update Capistrano integration instructions.

As per feedback from Wes of TurboVote, the original submitter.

(imported from commit a2aab5c779f4c4519222365d957c991e3fa99f4b)
This commit is contained in:
Waseem Daher
2013-03-26 13:12:00 -04:00
parent e89f3e0296
commit ba35dd8a77

View File

@@ -54,7 +54,7 @@
<p>Here's some example code for sending a Humbug notification
after a deployment has completed:</p>
<div class="codehilite"><pre><span class="n">after</span> <span class="s1">'deploy:create_symlink'</span><span class="p">,</span> <span class="s1">'notify:humbug'</span>
<div class="codehilite"><pre><span class="n">after</span> <span class="s1">'deploy'</span><span class="p">,</span> <span class="s1">'notify:humbug'</span>
<span class="n">namespace</span> <span class="ss">:notify</span> <span class="k">do</span>
<span class="n">desc</span> <span class="s2">"Post a message to Humbug that we've deployed"</span>
@@ -70,9 +70,9 @@
<li>Make sure you've created a
filled-out <code>~/.humbugrc</code> on your Capistrano
machine.</li>
<li>You may need to change
the <code>deploy:create_symlink</code> above to the final step
of your deployment process, if it is different.</li>
<li>You may need to change the <code>deploy</code> above to
another step of your deployment process, if you'd like the
notification to fire at a different time.</li>
</ul>
<em></em></p>